Grouping Test Scripts

  •  Use package.json file
    • create custom command
    • ex:
      • smoke:test : npx cypress run --spec 'cypress/e2e/smoke/**'
      • in the terminal execute npm run smoke:test

No comments:

Post a Comment