8 lines
287 B
JavaScript
8 lines
287 B
JavaScript
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,
|
|
}
|