-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate stencil e2e tests to playwright #1258
Comments
This was referenced Feb 15, 2024
This was referenced Mar 5, 2024
This was referenced Mar 19, 2024
janivo
pushed a commit
that referenced
this issue
Apr 3, 2024
Part of #1258 ## Proposed Changes - remove stencil e2e test, because of css class testsing
This was referenced Apr 4, 2024
janivo
added a commit
that referenced
this issue
Apr 5, 2024
… tests (#1349) Part of #1258 ## Proposed Changes - migrate existing stencil e2e tests to jest spec tests --------- Co-authored-by: Jan-Niklas Voß <[email protected]>
This was referenced Apr 8, 2024
janivo
pushed a commit
that referenced
this issue
Apr 10, 2024
…right (#1375) Part of #1258 ## Proposed Changes - migrate tests to playwright <!-- ## Things to check - [ ] Does the change need to be documented? - [ ] Does any existing example code needs to be updated? - [ ] Is the change properly tested? - [ ] Is it helpful to provide another example to demonstrate the new feature? - [ ] Are there other code lines that need to be modified? -->
janivo
added a commit
that referenced
this issue
Apr 16, 2024
…#1331) Part of #1258 ## Proposed Changes - migrate existing stencil e2e tests to playwright <!-- ## Things to check - [ ] Does the change need to be documented? - [ ] Does any existing example code needs to be updated? - [ ] Is the change properly tested? - [ ] Is it helpful to provide another example to demonstrate the new feature? - [ ] Are there other code lines that need to be modified? --> --------- Co-authored-by: Jan-Niklas Voß <[email protected]>
janivo
added a commit
that referenced
this issue
Apr 17, 2024
…right (#1332) Part of #1258 --------- Co-authored-by: Jan-Niklas Voß <[email protected]>
janivo
pushed a commit
that referenced
this issue
Apr 17, 2024
janivo
added a commit
that referenced
this issue
Apr 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #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.
The text was updated successfully, but these errors were encountered: