You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,14 @@ Example:
20
20
"helpers": {
21
21
"ResembleHelper" : {
22
22
"require": "codeceptjs-resemblehelper",
23
-
"screenshotFolder" : "./tests/output/",
24
23
"baseFolder": "./tests/screenshots/base/",
25
24
"diffFolder": "./tests/screenshots/diff/"
26
25
}
27
26
}
28
27
}
29
28
```
30
29
31
-
To use the Helper, users must provide the three parameters:
32
-
33
-
`screenshotFolder`: This will always have the same value as `output` in CodeceptJS configuration, this is the folder where WebdriverIO saves a screenshot when using `I.saveScreenshot` method.
30
+
To use the Helper, users must provide the two parameters:
34
31
35
32
`baseFolder`: This is the folder for base images, which will be used with screenshot for comparison.
36
33
@@ -139,7 +136,6 @@ It can be used by adding the *aws* code inside `"ResembleHelper"` in the `"helpe
139
136
"helpers": {
140
137
"ResembleHelper" : {
141
138
"require": "codeceptjs-resemblehelper",
142
-
"screenshotFolder" : "<location of output folder>",
0 commit comments