Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mxschmitt/jest-playwright-example

Vanilla Jest Playwright example
https://github.com/mxschmitt/jest-playwright-example

e2e-testing jest playwright

Last synced: about 2 months ago
JSON representation

Vanilla Jest Playwright example

Awesome Lists containing this project

README

        

# Vanilla Jest Playwright example

This repository demonstrates how to use Playwright with Jest (plain setup). For a more feature-rich approach which is based on a custom Jest preset, see [jest-playwright](https://github.com/playwright-community/jest-playwright).

Related links:

- [Playwright documentation](https://playwright.dev)
- [Playwright section in the Jest documentation](https://jestjs.io/docs/playwright)
- [Jest Playwright example using modern ES modules](https://github.com/mxschmitt/jest-playwright-example-esm)