Files
perauset-e2e-mrg0et1k/e2e/tests/cucumber.mjs
2026-07-11 08:54:43 +02:00

7 lines
240 B
JavaScript

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'],
}