Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check how this plugin works with cy-grep plugin #5

Open
bahmutov opened this issue Jan 17, 2023 · 2 comments
Open

check how this plugin works with cy-grep plugin #5

bahmutov opened this issue Jan 17, 2023 · 2 comments

Comments

@bahmutov
Copy link
Owner

I think this plugin should go first?

@jwohlfahrt
Copy link

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.

On a side note, these plugins are fantastic! :)

@tommy-anderson
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants