-
-
Notifications
You must be signed in to change notification settings - Fork 15
From galata using playwright to playwright with galata #67
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Thanks @fcollonval for opening this.
Historically and for more context, Galata switched from using If we decide to go full playwright from now on, then I think it would indeed make sense to embrace more of the existing tooling 👍 |
Sure, this is a good idea. We currently customize |
|
Just switched from The setup and code is much simpler and feels less convoluted. Also as mentioned above fixtures would also be great to have in galata. |
Problem
playwright is an amazing tool with a strong support from Microsoft and the community. So we can only expect it to grow in reliability and ease of usage. In particular with v1.12 a test runner was released with the builtin ability to compare image, generate trace, create videos, running tests in parallel, fixtures, reporters,... . I think we should onboard that as there is no value for us to try keeping up the pace by hiding the tool.
Proposed Solution
while keeping the nice helpers functions.
The text was updated successfully, but these errors were encountered: