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
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,16 @@ npm i codeceptjs-cucumber-json-reporter
27
27
```
28
28
...
29
29
plugins: {
30
-
cucumberJsonReporter: {
31
-
require: 'codeceptjs-cucumber-json-reporter',
32
-
enabled: true, // if false, pass --plugins cucumberJsonReporter
33
-
attachScreenshots: true, // true by default
34
-
attachComments: true, // true by default
35
-
outputFile: 'file.json', // cucumber_output.json by default
36
-
uniqueFileNames: false, // if true outputFile is ignored in favor of unique file names in the format of `cucumber_output_<UUID>.json`. Useful for parallel test execution
37
-
includeExampleValues: false // if true incorporate actual values from Examples table along with variable placeholder when writing steps to the report
38
-
timeMultiplier: 1000000, // Used when calculating duration of individual BDD steps. Defaults to nanoseconds
39
-
};
40
-
},
30
+
cucumberJsonReporter: {
31
+
require: 'codeceptjs-cucumber-json-reporter',
32
+
enabled: true, // if false, pass --plugins cucumberJsonReporter
33
+
attachScreenshots: true, // true by default
34
+
attachComments: true, // true by default
35
+
outputFile: 'file.json', // cucumber_output.json by default
36
+
uniqueFileNames: false, // if true outputFile is ignored in favor of unique file names in the format of `cucumber_output_<UUID>.json`. Useful for parallel test execution
37
+
includeExampleValues: false // if true incorporate actual values from Examples table along with variable placeholder when writing steps to the report
38
+
timeMultiplier: 1000000, // Used when calculating duration of individual BDD steps. Defaults to nanoseconds
0 commit comments