Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anoopsimon/playwright-framework


https://github.com/anoopsimon/playwright-framework

Last synced: 4 days ago
JSON representation

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
```