inovex / elements

Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
https://elements.inovex.de
MIT License
69 stars 9 forks source link

Migrate stencil e2e tests to playwright #1258

Closed BenPag closed 4 months ago

BenPag commented 7 months ago

The current E2E testing setup in Stencil relies on its own testing framework, which lacks transparency for debugging purposes and utilizes Puppeteer, known for its slower performance. With https://github.com/inovex/elements/issues/1226 we introduced Playwright, a state-of-the-art E2E testing tool. This task keeps an overview about which tests needs to migrate to playwright.