chore: starter template
This commit is contained in:
6
e2e/tests/cucumber.mjs
Normal file
6
e2e/tests/cucumber.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
require: ['tests/support/**/*.ts', 'tests/steps/**/*.ts'],
|
||||
paths: ['tests/features/**/*.feature'],
|
||||
format: ['progress'],
|
||||
forceExit: true,
|
||||
}
|
||||
Reference in New Issue
Block a user