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-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

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)