https://github.com/epicweb-dev/react-e2e-testing-with-playwright
Test your React applications with Playwright.
https://github.com/epicweb-dev/react-e2e-testing-with-playwright
e2e playwright react testing typescript workshop
Last synced: 4 days ago
JSON representation
Test your React applications with Playwright.
- Host: GitHub
- URL: https://github.com/epicweb-dev/react-e2e-testing-with-playwright
- Owner: epicweb-dev
- License: other
- Created: 2025-06-17T12:16:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-07T16:10:39.000Z (about 2 months ago)
- Last Synced: 2026-05-07T16:40:22.231Z (about 2 months ago)
- Topics: e2e, playwright, react, testing, typescript, workshop
- Language: TypeScript
- Homepage: https://react-e2e.epicweb.dev/
- Size: 20 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status][build-badge]][build]
[![GPL 3.0 License][license-badge]][license]
[![Code of Conduct][coc-badge]][coc]
## System Requirements
- [git][git] v2.18 or greater
- **[NodeJS][node] v22.14.0 or greater**
- [npm][npm] v8 or greater
All of these must be available in your `PATH`. To verify things are set up
properly, you can run this:
```shell
git --version
node --version
npm --version
```
If you have trouble with any of these, learn more about the PATH environment
variable and how to fix it here for [windows][win-path] or
[mac/linux][mac-path].
## Setup
Use the Epic Workshop CLI to get this setup:
```sh nonumber
npx --yes epicshop@latest add react-e2e-testing-with-playwright
```
If you experience errors here, please open [an issue][issue] with as many
details as you can offer.
## The Workshop App
Learn all about the workshop app on the
[Epic Web Getting Started Guide](https://www.epicweb.dev/get-started).
[](https://www.epicweb.dev/get-started)
[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
[git]: https://git-scm.com/
[build-badge]: https://img.shields.io/github/actions/workflow/status/epicweb-dev/react-e2e-testing-with-playwright/validate.yml?branch=main&logo=github&style=flat-square
[build]: https://github.com/epicweb-dev/react-e2e-testing-with-playwright/actions?query=workflow%3Avalidate
[license-badge]: https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square
[license]: https://github.com/epicweb-dev/react-e2e-testing-with-playwright/blob/main/LICENSE
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://kentcdodds.com/conduct
[win-path]: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/
[mac-path]: http://stackoverflow.com/a/24322978/971592
[issue]: https://github.com/epicweb-dev/react-e2e-testing-with-playwright/issues/new