cypress-io / cypress-grep

Filter tests using substring
137 stars 19 forks source link

Order is different from normal run with subFolders #118

Closed Narretz closed 1 year ago

Narretz commented 2 years ago

Very minor, but may be confusing when you first use the plugin. i.e if you have the following structure:

spec folder1/spec folder1/subfolder/spec folder2/spec

normal cypress runs it in this order.

When you use grep, it runs it in this order: spec folder1/spec folder2/spec folder1/subfolder/spec

jordanpowell88 commented 1 year ago

We are in the process of deprecating this repo as this package has been republished under @cypress/grep and has moved to https://github.com/cypress-io/cypress/tree/develop/npm/grep. I'm going to go ahead and close this issue as it appears stale. If this is still an issue, please open a new issue here