Ecosyste.ms: Awesome

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

https://github.com/playwright-community/playwright-jest-examples

Demonstrates the usage of Playwright (cross-browser automation library in Node.js) in combination with Jest on GitHub Actions to test various setups.
https://github.com/playwright-community/playwright-jest-examples

e2e expect jest playwright testing typescript

Last synced: 2 months ago
JSON representation

Demonstrates the usage of Playwright (cross-browser automation library in Node.js) in combination with Jest on GitHub Actions to test various setups.

Lists

README

        

# Jest Playwright examples

![CI](https://github.com/playwright-community/playwright-jest-examples/workflows/CI/badge.svg)

> Demonstrates the usage of Playwright (cross-browser automation library in Node.js) in combination with Jest on GitHub Actions to test various sites.

## Examples

- [JavaScript example](https://github.com/playwright-community/playwright-jest-examples/tree/main/basic)
- [TypeScript example](https://github.com/playwright-community/playwright-jest-examples/tree/main/basic-ts)
- [create-react-app example in TypeScript](https://github.com/playwright-community/playwright-jest-examples/tree/main/create-react-app)
- [playwright-video example in JavaScript](https://github.com/playwright-community/playwright-jest-examples/tree/main/playwright-video)
- [create-react-app example with coverage reporting in TypeScript](https://github.com/playwright-community/playwright-jest-examples/tree/main/create-react-app-coverage)
- [Next.js example with coverage reporting in TypeScript](https://github.com/playwright-community/playwright-jest-examples/tree/main/nextjs-coverage)