Ecodev / fab-speed-dial

Angular Material FAB speed dial
https://ecodev.github.io/fab-speed-dial
MIT License
89 stars 19 forks source link

Migrate from Protractor and Pupeteer to Playwright #8336 #118

Closed PowerKiKi closed 2 years ago

PowerKiKi commented 2 years ago

Protractor is EOL, and Playwright can replace entirely Pupeteer (for our usage for Karma). This simplify a bit the maintenance since we can install system deps automatically, and we are sure that everything is always synced.

For now we only test on Chromium, because that's what we always did, but we could also test other browsers later.