Forked from
Eclipse Projects / xfsc / TRAIN / Train Trust Validator
259 commits behind, 1 commit ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cucumber.js 400 B
// TODO transfer config cucumber.js into config/cucumber.yaml
let common = [
'../../features/**/*.feature',
'--require-module ts-node/register',
'--require ./test/bdd/steps/**/*.ts',
'--format progress-bar',
'--format node_modules/cucumber-pretty',
// '--format html:cucumber-report.html'
].join(' ');
module.exports = {
default: common,
// More profiles can be added if desired
};