Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daoodaba975/playwright.starter
A basic starter project with Playwright for modern web apps end-to-end testing.
https://github.com/daoodaba975/playwright.starter
js playwright testing
Last synced: about 10 hours ago
JSON representation
A basic starter project with Playwright for modern web apps end-to-end testing.
- Host: GitHub
- URL: https://github.com/daoodaba975/playwright.starter
- Owner: daoodaba975
- Created: 2023-10-26T18:08:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-03T22:11:42.000Z (about 1 year ago)
- Last Synced: 2023-11-03T23:22:54.980Z (about 1 year ago)
- Topics: js, playwright, testing
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright Starter 🎉
A basic starter project with Playwright for modern web apps end-to-end testing.
## Install dependencies
```bash
npm install
```## Run test script
Headless mode :
```bash
npx playwright test
```UI mode :
```bash
npx playwright test --ui
```HTML Test Reports :
```bash
npx playwright show-report
```