You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not necessarily related to cypress-grep, but just noting that in terms of plugin instantiation, it seems like cypress-split needs to be registered first for cypress-testrail-simple to work as expected. I'm wondering if this is just the case across the board. If so, it would be nice to add this to the README.md.
I tried both with cypressSplit first and with cypressSplit after @cypress/grep , with the cypress-on-fix if that somehow changes something ( don't think it does )
And running
SPLIT_FILE=timings.json cypress run --env split=true,grepFilterSpecs=true,grepOmitFiltered=true,grepTags=\"tag1\"
Both times I got the expected result:
Only the filtered tests by tag ran in a split fashion.
I think this plugin should go first?
The text was updated successfully, but these errors were encountered: