.cypress-cucumber-preprocessorrc.json 251 B

12345678910
  1. {
  2. "stepDefinitions": [
  3. "test/e2e/specs/features/**/*.{js,ts}",
  4. "test/e2e/specs/common/**/*.{js,ts}"
  5. ],
  6. "json": {
  7. "enabled": true,
  8. "output": "test/e2e/reports/cucumber-json/chronos-e2e.cucumber.json"
  9. }
  10. }