Browse Source

fix regconfig.json

Yuki Takei 4 years ago
parent
commit
496af564c1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      packages/app/.gitignore
  2. 2 2
      packages/app/regconfig.json

+ 1 - 1
packages/app/.gitignore

@@ -4,8 +4,8 @@
 
 # test
 test/cypress/screenshots
-test/cypress/screenshots-actual
 test/cypress/videos
+.reg
 
 # dist
 /dist/

+ 2 - 2
packages/app/regconfig.json

@@ -1,7 +1,7 @@
 {
   "core": {
-    "workingDir": "test/cypress/screenshots",
-    "actualDir": "test/cypress/screenshots-actual",
+    "workingDir": ".reg",
+    "actualDir": "test/cypress/screenshots",
     "thresholdRate": 0.001,
     "addIgnore": true,
     "ximgdiff": {