chore: starter template

This commit is contained in:
e2e
2026-07-10 19:24:06 +02:00
commit 08a95a050b
157 changed files with 6462 additions and 0 deletions

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

@@ -0,0 +1,6 @@
export default {
require: ['tests/support/**/*.ts', 'tests/steps/**/*.ts'],
paths: ['tests/features/**/*.feature'],
format: ['progress'],
forceExit: true,
}