auto-OrangeHRM / node_modules / multiple-cucumber-html-reporter / examples / cypress / .cypress-cucumber-preprocessorrc.json
.cypress-cucumber-preprocessorrc.json
Raw
{
  "json": {
    "enabled": true
  },
  "messages": {
    "enabled": false
  },
  "stepDefinitions": ["cypress/e2e/[filepath].step.{js,ts}"]
}