Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmarkelov/jest-playwright-example
A working example of jest with playwright 🚀
https://github.com/mmarkelov/jest-playwright-example
Last synced: 3 days ago
JSON representation
A working example of jest with playwright 🚀
- Host: GitHub
- URL: https://github.com/mmarkelov/jest-playwright-example
- Owner: mmarkelov
- Created: 2020-01-29T07:50:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:58:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T08:17:42.202Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 791 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest-playwright-example
This is an example of using the global setup/teardown apis alone with the async test-environment apis to make jest work smoothly with playwright.
Inspired by [jest-puppeteer-example](https://github.com/xfumihiro/jest-puppeteer-example)