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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/playwright-community/playwright-jest-examples
- Owner: playwright-community
- License: mit
- Created: 2020-04-02T19:49:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T23:58:44.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:23:46.031Z (8 months ago)
- Topics: e2e, expect, jest, playwright, testing, typescript
- Language: TypeScript
- Homepage: https://playwright.tech
- Size: 175 KB
- Stars: 98
- Watchers: 3
- Forks: 45
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-playwright - playwright-jest-examples - Examples of the Jest Playwright tools in combination to test popular sites. (Showcases)
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)