// Explicit .cjs extension (not .js) so this loads as CommonJS regardless of // the "type": "module" in package.json — avoids the same ESM/CJS config // loader mismatch that broke apps/web/cypress.config.ts earlier. module.exports = { default: { paths: ["features/**/*.feature"], import: ["features/**/*.ts"], format: ["progress-bar"], formatOptions: { snippetInterface: "async-await" }, }, };