testcafe-reporter-cucumber-json_v1.6
Version:
Cucumber JSON TestCafe reporter plugin.
30 lines • 601 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultOptions = void 0;
exports.defaultOptions = {
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