Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Playwright: explore playwright-test runner #53962

Open worldomonation opened 3 years ago

worldomonation commented 3 years ago

Task Details As of 1.12.0 Playwright ships with its in-house test runner.

It offers many functionalities that I had to implement myself (as hooks or browser managers), so explore if this suits our needs.

Key objectives:

There are key features of Playwright test runner that are of interest to us:

The last point could be contentious as theoretically a test should be able to stand on its own, but our experience with Jest so far is showing that things may be flakier than expected even with Playwright.

Related to Blocked by #53928 Related to #53200

worldomonation commented 3 years ago

Discontinuing this task due to the migration to Jest.

worldomonation commented 3 years ago

Reopening issue.

@dpasque may be interested in exploring this avenue.

Updated original description as well.