mozilla / bedrock

Making mozilla.org awesome, one pebble at a time

Home Page:https://www.mozilla.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate Firefox/Chrome Selenium test runs in favor of Playwright

alexgibson opened this issue · comments

Description

The Playwright tests we have running against www-dev each day seem to be pretty stable. I think we can now start to introduce them into our CI / deployment process.

We can keep the legacy IE Selenium tests for now, but retire the Firefox / Chrome test runs in favor of the Playwright test suite (which runs in Safari too).

Perhaps we could introduce this gradually on www-dev first, before moving on to stage/prod.


Success Criteria

  • Playwright tests added to CI deployment flow.
  • Firefox / Chrome test runs are retired in favor of Playwright.
  • IE Selenium test runs are kept for the time being.