Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mxschmitt/jest-playwright-example
- Owner: mxschmitt
- Created: 2021-05-31T10:08:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:16:48.000Z (over 3 years ago)
- Last Synced: 2024-10-26T03:07:43.457Z (3 months ago)
- Topics: e2e-testing, jest, playwright
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)