chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:34:30 +02:00
commit 0639909ec6
293 changed files with 28412 additions and 0 deletions

6
e2e/tests/cucumber.mjs Normal file
View File

@@ -0,0 +1,6 @@
export default {
requireModule: ['tsx'],
require: ['tests/support/world.ts', 'tests/support/hooks.ts', 'tests/steps/*.ts'],
paths: ['tests/features/*.feature'],
format: ['progress-bar', 'html:tests/reports/cucumber-report.html'],
}