-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
test(project): add e2e test support with playwright #11302
Conversation
✅ Deploy Preview for carbon-components-react ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
FYI @carbon-design-system/developers-system for VRT testing! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So excited for this one! 🎉
@jnm2377 would love to go over this on discord with you if you have a sec just to get feedback from you on the docs/setup/etc 👀 |
@joshblack I can hop on disc rn |
This PR adds an e2e testing harness for Visual Regression Testing with Percy & Playwright. It also removes support for Cypress and updates the VRT job in our CI workflow to use Playwright instead.
At a high-level, this change will run tests in CI that will report components in different themes to Percy which will then handle the image diff'ing. These tests are sharded in order to run in parallel and will correctly correspond to the same build for a PR.
Changelog
New
testing.md
Changed
Removed
packages/react
Testing / Reviewing