https://cypress.io logo
A simplified version of how it works: ``` // in pa...
# best-practices
a
A simplified version of how it works:
Copy code
// in package.json
{
  "scripts": {
    "test:smoke": "cypress run --browser chrome --headless --spec './cypress/e2e/**/*.smoke.cy.ts'",
    "test:regression": "cypress run --browser chrome --headless --spec './cypress/e2e/**/*.ts'"
  },
}