#37294 assigned Cleanup/optimization

Run Playwright tests against non-chromium browsers as well in CI

Reported by: Varun Kasyap Pentamaraju Owned by: Varun Kasyap Pentamaraju
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

After selenium to playwright migration, the tests are less flaky in non chromium browsers, and it might be a good time to raise the bar.

Playwright tests already support multiple browsers (--playwright=chromium,firefox,webkit). but, CI runs chromium only.

We could discuss and agree upon how we can add other browsers to CI.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top