Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxschmitt/jest-playwright-example-esm
Vanilla Jest Playwright example using ES modules
https://github.com/mxschmitt/jest-playwright-example-esm
e2e-testing es-modules jest playwright
Last synced: about 2 months ago
JSON representation
Vanilla Jest Playwright example using ES modules
- Host: GitHub
- URL: https://github.com/mxschmitt/jest-playwright-example-esm
- Owner: mxschmitt
- Created: 2021-05-31T09:58:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:17:14.000Z (over 3 years ago)
- Last Synced: 2024-10-26T03:07:49.029Z (3 months ago)
- Topics: e2e-testing, es-modules, 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 ESM example
This repository demonstrates how to use Playwright with Jest (plain setup) and ESM. 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:
- [ES modules](https://nodejs.org/api/esm.html#esm_introduction)
- [Playwright documentation](https://playwright.dev)
- [Playwright section in the Jest documentation](https://jestjs.io/docs/playwright)
- [Jest Playwright example using CommonJS](https://github.com/mxschmitt/jest-playwright-example)