cypress-grep
cypress-grep copied to clipboard
Order is different from normal run with subFolders
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