Skip to content

web-test-runner fixups#1262

Merged
jcscottiii merged 1 commit intomainfrom
jcscottiii/wtr-fixups
Mar 10, 2025
Merged

web-test-runner fixups#1262
jcscottiii merged 1 commit intomainfrom
jcscottiii/wtr-fixups

Conversation

@jcscottiii
Copy link
Collaborator

For awhile, the wtr tests on firefox have been timing out. This happened after an upgrade to playwright a few versions ago. Developers will need to re-run the tests CI jobs multiple times to get a pass.

This change fixes that. The web test runner config has been modified to adjust the concurrency only for firefox.

Other changes:

  • Rename test-helpers.test.ts to test-helpers.ts so it won't count as a test file. (And fix imports)
  • Add missing import on webstatus-app.test.ts
  • Reduce the number of args passed in package.json for testing since now we rely on the web test runner config.

For awhile, the wtr tests on firefox have been timing out. This happened
after an upgrade to playwright a few versions ago. Developers will need to
re-run the tests CI jobs multiple times to get a pass.

This change fixes that. The web test runner config has been modified
to adjust the concurrency only for firefox.

Other changes:
- Rename test-helpers.test.ts to test-helpers.ts so it won't count as a test file. (And fix imports)
- Add missing import on webstatus-app.test.ts
- Reduce the number of args passed in package.json for testing since now
  we rely on the web test runner config.
@jcscottiii jcscottiii requested review from KyleJu and jrobbins March 10, 2025 15:17
@jcscottiii jcscottiii added this pull request to the merge queue Mar 10, 2025
Merged via the queue into main with commit b5cb768 Mar 10, 2025
6 checks passed
@jcscottiii jcscottiii deleted the jcscottiii/wtr-fixups branch March 10, 2025 17:24
@jcscottiii jcscottiii mentioned this pull request Mar 12, 2025
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