cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

Using burn without grep #70

Closed OliverJAsh closed 2 years ago

OliverJAsh commented 2 years ago

For large spec files, I find it easier to use it.only that to try and write a grep that will only match a specific test. However, it seems that burn can't be used unless a non-empty grep or grepTag is also provided.

Could we make burn work without grep? When using it.only, the burn would apply to that test only and the others would be skipped.

bahmutov commented 2 years ago

Added burn without grep, but it is incompatible with it.only

OliverJAsh commented 2 years ago

Added burn without grep, but it is incompatible with it.only

Thank you! I guess that is a technical limitation?

bahmutov commented 2 years ago

Hard to say, I have opened https://github.com/cypress-io/cypress-grep/issues/74 but I don't have time to investigate

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 2.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: