https://cypress.io logo
Here's an example of a configuration: ``` { "st...
# help
f
Here's an example of a configuration:
Copy code
{
  "stepDefinitions": [
    "cypress/integration/[filepath]/**/*.{js,ts}",
    "cypress/support/step_definitions/**/*.{js,ts}"
  ]
}