cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

feat: add burn parameter to repeat filtered tests #33

Closed bahmutov closed 3 years ago

bahmutov commented 3 years ago

You can repeat (burn) the filtered tests to make sure they are flake-free

npx cypress run --env grep=...,burn=5

You can pass the number of times to run the tests via environment name burn or grepBurn or grep-burn

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 2.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: