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

https://github.com/betterstack-community/playwright-signup-login


https://github.com/betterstack-community/playwright-signup-login

Last synced: 8 months ago
JSON representation

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/).

![Demo App Screenshot](screenshot.png)

## 🟢 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)