Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hananurrehman/playwrighttestproject

A practice project
https://github.com/hananurrehman/playwrighttestproject

Last synced: 5 days ago
JSON representation

A practice project

Awesome Lists containing this project

README

        

# Playwright Practice Project

This project demonstrates the basic learning I acquired while starting automation with Playwright:
(More detailed project coming soon)
## Contact List Demo App tests

The test web app I selected is

- https://thinking-tester-contact-list.herokuapp.com/

The UI tests cover basic CRUD operations. Even though the app offers greater support for practice with APIs, I just felt that it's performance was not good enough for that.

After forking, execute the following command:

```bash
npm install
```

To run the tests, execute the following command:

```bash
npx playwright test
```