https://github.com/betterstack-community/playwright-signup-login
https://github.com/betterstack-community/playwright-signup-login
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/playwright-signup-login
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-03-22T12:32:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T07:54:32.000Z (about 2 years ago)
- Last Synced: 2025-04-04T12:11:10.210Z (about 1 year ago)
- Language: JavaScript
- Size: 216 KB
- Stars: 0
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E2E Testing Signup and Login Workflows with Playwright
This repo contains a demo application quipped with both registration and login
functionalities for demonstrating end-to-end testing through
[Playwright](https://playwright.dev).
**Tutorial**:
[E2E Testing Signup and Login Workflows with Playwright](https://betterstack.com/community/guides/testing/playwright-signup-login/).

## 🟢 Prerequisites
- Basic JavaScript knowledge.
- A working [Node.js environement](https://nodejs.org/en/download).
## 📦 Getting started
- Fork this repo to your GitHub account, then clone it to your machine as
follows:
```bash
git clone https://github.com//playwright-signup-login
```
- Install the dependencies:
```bash
cd playwright-signup-login && npm install
```
- Start the development server:
```bash
npm start
```
- See the application in action at http://localhost:3000.
- [Follow the tutorial](https://betterstack.com/community/guides/testing/playwright-signup-login/)
to learn more.
## âš– License
The code used in this project and in the linked tutorial are licensed under the
[Apache License, Version 2.0](LICENSE)