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
When talking with Ferdinand during the performance hackweek he mentioned that playwright is very nice and they actually support multiple tabs which is something we lack in cypress.
We could take this as an opportunity to look into it to have some basic tests and get a feeling about how it behaves writing tests compared to cypress.
There is no migration path for tests, but from what I've heard it is way less prone to flaky tests with a more natural execution flow and await support.
When talking with Ferdinand during the performance hackweek he mentioned that playwright is very nice and they actually support multiple tabs which is something we lack in cypress.
We could take this as an opportunity to look into it to have some basic tests and get a feeling about how it behaves writing tests compared to cypress.
There is no migration path for tests, but from what I've heard it is way less prone to flaky tests with a more natural execution flow and await support.
https://playwright.dev/docs/pages
The text was updated successfully, but these errors were encountered: