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

Fixing Playwright tests / CI #1433

Merged
merged 12 commits into from
Jul 16, 2024
Merged

Fixing Playwright tests / CI #1433

merged 12 commits into from
Jul 16, 2024

Conversation

eric-gade
Copy link
Collaborator

@eric-gade eric-gade commented Jul 15, 2024

What does this PR do? 🛠️

This PR updates our Playwright test config and CI config so that the browser e2e tests are sharded to run in parallel.

Previously, these tests were running serially and taking a long time to complete, which was holding up CI.

What does the reviewer need to know? 🤔

In addition to adding the correct configuration(s), we have also turned off testing in the Firefox browser. We have noticed that certain tests are -- unpredictably -- flaky when testing with firefox both locally and in CI.

A subsequent debt ticket will be created to look into why this is happening.

@eric-gade eric-gade changed the title Upping to 4 workers for playwright CI tests Fixing Playwright tests / CI Jul 16, 2024
@eric-gade eric-gade marked this pull request as ready for review July 16, 2024 17:27
@eric-gade eric-gade merged commit 499e30f into main Jul 16, 2024
17 checks passed
@eric-gade eric-gade deleted the eg-playwright-workers branch July 16, 2024 18:08
@eric-gade eric-gade restored the eg-playwright-workers branch July 16, 2024 18:08
@eric-gade eric-gade deleted the eg-playwright-workers branch July 16, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants