Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/test-results-reporter/example-playwright-testbeats

example repo to showcase integration of playwright with testbeats
https://github.com/test-results-reporter/example-playwright-testbeats

examples playwright testbeats

Last synced: 15 days ago
JSON representation

example repo to showcase integration of playwright with testbeats

Awesome Lists containing this project

README

        

# example-playwright-testbeats

Example repo to showcase integration of playwright with testbeats.

## Installation

```bash
npm install
npx playwright install
```

## Running Tests

```bash
npx playwright test
```

## Reporting Results

```bash
npx testbeats@latest publish -c testbeats.config.json
```