-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
docs: how to use with Playwright #2489
Conversation
@debs-obrien Does this meet your requirements? Or should we improve something, such as a way of style like Playwright should best be used? |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2489 +/- ##
==========================================
- Coverage 99.59% 99.59% -0.01%
==========================================
Files 2823 2823
Lines 255507 255507
Branches 1105 1105
==========================================
- Hits 254470 254468 -2
- Misses 1009 1011 +2
Partials 28 28 |
There is a formatting error. Please run the formatter locally via Thank you for your contribution ❤️ |
FFR: Please avoid force pushing as it makes incremental reviews harder. |
Co-authored-by: DivisionByZero <[email protected]>
Thanks for your contribution. ❤️ |
Playwright is a popular end-to-end testing solution. The tests are somewhat similar to Jest, but not exactly so here is an example of Faker integration into a Playwright test.