Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anoopsimon/playwright-framework
https://github.com/anoopsimon/playwright-framework
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anoopsimon/playwright-framework
- Owner: anoopsimon
- License: gpl-3.0
- Created: 2024-05-15T12:31:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:50:57.000Z (4 months ago)
- Last Synced: 2024-07-17T14:35:21.553Z (4 months ago)
- Language: HTML
- Size: 6.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Playwright Framework
[![Build Status](https://github.com/anoopsimon/playwright-framework/actions/workflows/playwright.yml/badge.svg)](https://github.com/anoopsimon/playwright-framework/blob/main/.github/workflows/playwright.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen)](https://nodejs.org/)
[![Playwright Version](https://img.shields.io/badge/playwright-v1.44.0-blue)](https://playwright.dev/)Report live [here](https://anoopsimon.github.io/playwright-framework/)
![](./report.png)
```bash
npx playwright test && npx playwright show-report
```Allure report
```
npx allure generate --single-file --clean
```