chore: perauset customer project
This commit is contained in:
7
e2e/tests/cucumber-browser.mjs
Normal file
7
e2e/tests/cucumber-browser.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
paths: ['tests/features/browser/*.feature'],
|
||||
import: ['tests/support/browser-world.ts', 'tests/steps/browser/*.ts', 'tests/support/browser-hooks.ts'],
|
||||
requireModule: ['tsx'],
|
||||
format: ['progress', 'html:tests/reports/browser-report.html'],
|
||||
// failFast: true,
|
||||
}
|
||||
Reference in New Issue
Block a user