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
Updated CircleCI configuration to properly support Playwright e2e tests:
- Removed Cypress orb reference as it's no longer needed
- Updated Docker image from cypress/browsers to mcr.microsoft.com/playwright:v1.56.1-noble
- Removed Cypress cache path
- Added e2e_tests job that installs Playwright browsers and runs tests
- Added e2e_tests to workflow to ensure e2e tests run in CI
The PR migrated from Cypress to Playwright but the CI config wasn't fully
updated to run the new Playwright tests, causing CI failures.
0 commit comments