nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.93k stars 161 forks source link

test(e2e): initial commit to setup playwright with devtools package #739

Open JessicaSachs opened 2 months ago

JessicaSachs commented 2 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

Adding Playwright E2E testing to the developer workflow in order to catch regressions in browsers before they land in the stable channels of major browsers.

E2E Test TODOS

Cross-browser Test TODOS

Can be split out into its own PR. Adding Playwright without comprehensive cross-browser testing will still catch Chromium issues.

antfu commented 1 month ago

Sorry for the delay. I think it would be safer to test against the production build - I will try to improve the test setup. Thanks a lot!