Skip to content

Commit

Permalink
test: upgrade cucumber modules
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Apr 16, 2024
1 parent 225b397 commit 780fa90
Show file tree
Hide file tree
Showing 6 changed files with 2,205 additions and 434 deletions.
3 changes: 2 additions & 1 deletion cucumber.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
module.exports = {
default: [
'test/specs/features/**/*.feature',
'--require-module ts-node/register',
'--require test/contract/setup.js',
'--require test/contract/definitions/**/*.ts',
'--require test/contract/shared/**/*.ts',
'--format summary',
'--format progress-bar',
// '--format @cucumber/pretty-formatter',
'--publish-quiet',
// '--publish-quiet',
].join(' '),
};
Loading

0 comments on commit 780fa90

Please sign in to comment.