chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-10 23:42:33 +02:00
commit 5bf86e6162
188 changed files with 20779 additions and 0 deletions

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

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