Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🚀

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)