-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[dev]: switch from jest-playwright to playwright test #3115
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
Comments
Migration Process WIP
|
Feedback
UPDATE:
|
Thank you for the feedback! I have a few comments/questions, but we'll address most of the items.
What specifically do you want to see? All the tests with green checkmarks? Try running as
It says
This depends on your config - most likely all three browsers. The test name should be prefixed with something like |
Thanks for the response @dgozman!
I think you're right. I'm already starting to see some of the benefits of the flexibility provided by the config file.
Awesome! I figured out how to get the
That worked! Thanks!
Honestly, I wish
Sorry, this was vague. Basically, I wish it was more like Jest.
Oh yeah, that's what I'm looking for, but I'm not seeing it. P.S. I added more feedback to my comment above under |
@dgozman we've migrated over! Thanks so much for your help. |
@jsjoeio Great! Thank you for your feedback. We'll keep addressing it, and I will comment here with an update. |
@jsjoeio Thank you for trying the previous experimental version, your feedback helped a lot! We've been working on the next version, and a new alpha is ready. If you enjoy Here is a preview of the upcoming documentation and migration guide. However, since you have tried the experimental version (thank you!), migration will be a bit different for you:
Let me know if you are willing to try this, and send me all the questions. Answering some of the older questions, based on the new version:
|
Awesome! Thanks so much for the reply @dgozman - I'll open a separate issue to track upgrading to the new alpha version and tag you with questions after. |
The Playwright team has reached out and suggested we use
playwright-test
instead ofjest-playright
as our test runner. The APIs look similar but they offered to help/guide the migration.Originally posted: #3016 (comment)
Note: I'll probably start on this sometime this week and post thoughts and ask questions as I go here.
The text was updated successfully, but these errors were encountered: