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
Would it be possible to add a simple e2e test that just verifies the title of the page with buildbuddy on this project?
The biggest win for my organization would be to execute our e2e tests with --run_per_test=100 to deflake the e2e tests.
rules_nodejs project has this cypress sample:
git clone https://github.com/bazelbuild/rules_nodejs.git
cd rules_nodejs/examples/cypress
bazel test :test --runs_per_test=4 --config=remote --disk_cache=
Read our documentation on dependencies for more information:
https://on.cypress.io/required-dependencies
If you are using Docker, we provide containers with all required dependencies installed.
----------
Error: spawn Xvfb ENOENT
because it is using the default gcr.io/cloud-marketplace/google/rbe-ubuntu16-04
thanks
The text was updated successfully, but these errors were encountered:
Hi Leblanc, Cypress rules currently don't play very well with remote execution, and we're looking into it. Another avenue might be to check out https://github.com/bazelbuild/rules_webtesting -- I'll try and see if I can get an example working.
Hi Brandon,
Would it be possible to add a simple e2e test that just verifies the title of the page with buildbuddy on this project?
The biggest win for my organization would be to execute our e2e tests with --run_per_test=100 to deflake the e2e tests.
rules_nodejs project has this cypress sample:
git clone https://github.com/bazelbuild/rules_nodejs.git
cd rules_nodejs/examples/cypress
bazel test :test --runs_per_test=4 --config=remote --disk_cache=
The problem I have on buildbuddy is I need to supply my own docker image
--experimental_docker_image=
https://github.com/cypress-io/cypress-docker-images
the cypress sample yields
because it is using the default gcr.io/cloud-marketplace/google/rbe-ubuntu16-04
thanks
The text was updated successfully, but these errors were encountered: