You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. This task proposes introducing Playwright, a state-of-the-art E2E testing tool renowned for its speed, flexibility, and support for both headless and headed modes. The migration also involves setting up a separate application, potentially using Storybook, to display and test our components.
Acceptance Criteria
Playwright is successfully integrated for End-To-End testing in the project.
Playwright configurations for both headless and headed modes are established.
A separate application, possibly using Storybook, is set up for displaying and testing components with Playwright.
The text was updated successfully, but these errors were encountered:
janivo
added
new
This issue has been recently added and has no estimation
and removed
new
This issue has been recently added and has no estimation
labels
Feb 1, 2024
Description
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. This task proposes introducing Playwright, a state-of-the-art E2E testing tool renowned for its speed, flexibility, and support for both headless and headed modes. The migration also involves setting up a separate application, potentially using Storybook, to display and test our components.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: