feat: authentication with OAuth
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 6m46s
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 6m46s
This commit is contained in:
8
cucumber.js
Normal file
8
cucumber.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
default: {
|
||||
require: ['features/step_definitions/**/*.mjs'],
|
||||
format: ['progress'],
|
||||
formatOptions: { snippetInterface: 'async-await' },
|
||||
publishQuiet: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user