-
Notifications
You must be signed in to change notification settings - Fork 428
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
chore(ci): shard e2e components tests #7581
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
No changes to documentation |
⚡️ Editor Performance ReportUpdated Thu, 03 Oct 2024 20:40:22 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
b9b83f1
to
ef6b920
Compare
ef6b920
to
adf8874
Compare
Component Testing Report Updated Oct 3, 2024 8:31 PM (UTC) ✅ All Tests Passed -- expand for details
|
### Description <!-- What changes are introduced? Why are these changes introduced? What issue(s) does this solve? (with link, if possible) --> This PR shards e2e components tests so they run on 2 shards per browser. This should significantly speed up the test run. ### What to review <!-- What steps should the reviewer take in order to review? What parts/flows of the application/packages/tooling is affected? --> Changes makes sense and the tests pass ### Testing <!-- Did you add sufficient testing for this change? If not, please explain how you tested this change and why it was not possible/practical for writing an automated test --> N/A ### Notes for release <!-- Engineers do not need to worry about the final copy, but they must provide the docs team with enough context on: * What changed * How does one use it (code snippets, etc) * Are there limitations we should be aware of If this is PR is a partial implementation of a feature and is not enabled by default or if this PR does not contain changes that needs mention in the release notes (tooling chores etc), please call this out explicitly by writing "Part of feature X" or "Not required" in this section. --> N/A
Description
This PR shards e2e components tests so they run on 2 shards per browser. This should significantly speed up the test run.
What to review
Changes makes sense and the tests pass
Testing
N/A
Notes for release
N/A