chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:54:43 +02:00
commit 49d05dfa0b
293 changed files with 28421 additions and 0 deletions

View 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,
}