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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ plugins: {
35
35
outputFile: 'file.json', // cucumber_output.json by default
36
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
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