{
  "stepDefinitions": [
    "cucumber/step_definitions/**/*.{js,ts}",
    "../node_modules/@uuv/cypress/dist/cucumber/step_definitions/cypress/{generated,unsafe}/**/*.{js,ts}"
  ],
  "messages": {
    "enabled": true
  },
  "json": {
    "enabled": true,
    "output": "reports/e2e/json/cucumber-report.json"
  }
}
