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
only: [],// Array of Strings, run only transaction that match these names
39
-
header: headers,// Array of Strings, these strings are then added as headers (key:value) to every transaction
40
-
user: null,// String, Basic Auth credentials in the form username:password
41
-
hookfiles: [],// Array of Strings, filepaths to files containing hooks (can use glob wildcards)
42
-
reporter: ['markdown','html'],// Array of possible reporters, see folder lib/reporters
43
-
output: [raft.workDirectory+'/report.md',raft.workDirectory+'/report.html'],// Array of Strings, filepaths to files used for output of file-based reporters
44
-
'inline-errors': false,// Boolean, If failures/errors are display immediately in Dredd run
45
-
require: null,// String, When using nodejs hooks, require the given module before executing hooks
46
-
color: true,
47
-
emitter: eventEmitter,// listen to test progress, your own instance of EventEmitter
only: [],// Array of Strings, run only transaction that match these names
47
+
header: headers,// Array of Strings, these strings are then added as headers (key:value) to every transaction
48
+
user: null,// String, Basic Auth credentials in the form username:password
49
+
hookfiles: [],// Array of Strings, filepaths to files containing hooks (can use glob wildcards)
50
+
reporter: ['markdown','html'],// Array of possible reporters, see folder lib/reporters
51
+
output: [raft.workDirectory+'/report.md',raft.workDirectory+'/report.html'],// Array of Strings, filepaths to files used for output of file-based reporters
52
+
'inline-errors': false,// Boolean, If failures/errors are display immediately in Dredd run
53
+
require: null,// String, When using nodejs hooks, require the given module before executing hooks
54
+
color: true,
55
+
emitter: eventEmitter,// listen to test progress, your own instance of EventEmitter
0 commit comments