-
Notifications
You must be signed in to change notification settings - Fork 524
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
Add cypress_test e2e testing rule #607
Comments
One way to get around the write issue from bazel's pov is by adding the Also what is strange, we started to integrate cypress into our bazel CI setup recently (in a quite "quick and dirty" way) and while I do get the read-only FS error when running
I am really not sure how that is possible, I can only guess it has something to do with the docker setup we are running there. |
@Globegitter Is Cypress possibly working outside of the Bazel directories? |
Yeah that could be, I am still not sure however what the real difference is between the circleci setup and my local one. But I guess I would just need to spend some time investigating. And while it is a bit worrying the positive aspect about it is we can use it now already in our CI setup. |
What's the progress on this? |
We're still blocked on Cypress. |
I think the 2 referenced issues on cypress were fixed! :) |
@Globegitter , Hi, do you have any documentation or example project to make cypress work with bezel? Any guidance will help! |
@abhinaba-ghosh there's a PR to add cypress rules to rules_nodejs #1930 |
#1930 is now merged and released as part of 2.0.0 so this issue can be closed I think. |
🚀 feature request
Description
A more DX friendly e2e testing rule
Describe the solution you'd like
cypress_test
rule with support for ibazel test/run -cypress open
and bazel test/run -cypress run
Describe alternatives you've considered
protractor_web_test_suite
Current blocking issues
Test
Run
project: false
actually runs cypress open cypress-io/cypress#3675ibazel
cypress open
- Support for --spec with "cypress open" cypress-io/cypress#1925The text was updated successfully, but these errors were encountered: