{
  "json": {
    "enabled": true,
    "output": "cypress/logs/log.json",
    "formatter": "./bin/cucumber-json-formatter"
  },
  "messages": {
    "enabled": true,
    "output": "cypress/logs/messages.ndjson"
  },
  "html": {
    "enabled": false
  },
  "stepDefinitions": [
    "[filepath]/**/*.{js,ts}",
    "[filepath].{js,ts}",
    "cypress/tests/e2e/common/*.{js,ts}",
    "cypress/tests/api/common/*.{js,ts}",
    "[filepath]\\***.{js,ts}",
    "[filepath].{js,ts}",
    "cypress\\common\\*.{js,ts}"
  ]
}