Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hananurrehman/playwrighttestproject
A practice project
https://github.com/hananurrehman/playwrighttestproject
Last synced: 5 days ago
JSON representation
A practice project
- Host: GitHub
- URL: https://github.com/hananurrehman/playwrighttestproject
- Owner: hananurrehman
- Created: 2023-12-20T13:09:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T07:21:03.000Z (3 months ago)
- Last Synced: 2024-11-22T16:30:34.787Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 testsThe 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
```