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

[CI] Configure circleci e2e test execution to leverage e2e re-runfailures and intelligent test sharding #6946

Open
2 tasks
unlikelyzero opened this issue Aug 16, 2023 · 0 comments
Labels
type:maintenance tests, chores, or project maintenance

Comments

@unlikelyzero
Copy link
Collaborator

Summary

Circle CI has the ability the intelligently shard e2e tests so that they're always running as fast as possible when taking into account historical runtime. At the same time, Circle CI has added rerunfailed tests: https://circleci.com/docs/rerun-failed-tests/#configure-a-job-running-playwright-tests

We chose not to implement that because we didn't know how that would affect our use of github actions/workflows and internal bamboo runs.

At this time, there is not technical reason not to invest in this and we should see speed improvements instantly. It also is a better parallelization model for us given the recent playwright changes to shard by test file and not by testcase/testsuite.

@unlikelyzero unlikelyzero added the type:maintenance tests, chores, or project maintenance label Aug 16, 2023
@unlikelyzero unlikelyzero added this to the Target:4.0.0 milestone Feb 2, 2024
@akhenry akhenry removed this from the Target:4.0.0 milestone Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

No branches or pull requests

2 participants