testcafe-reporter-cucumber-json
Version:
Cucumber JSON TestCafe reporter plugin.
35 lines • 689 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultOptions = void 0;
exports.defaultOptions = {
args: {
appName: false,
appVersion: false,
reportFolder: 'cucumber-json-reports',
},
noisyTags: [
'(t)',
'able',
'and',
'async',
'but',
'can',
'cannot',
'did',
'feature',
'fixture',
'given',
'not',
'only',
'scenario',
'should',
'spec',
'test',
'the',
'then',
'when',
'with',
],
verbose: false,
};
//# sourceMappingURL=default-options.js.map