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

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

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

cypress testbeats

Last synced: about 1 year ago
JSON representation

example repo to showcase integration of cypress with testbeats

Awesome Lists containing this project

README

          

# example-cypress-testbeats

example repo to showcase integration of cypress with testbeats

## Installation

```bash
npm install
```

## Running Tests

```bash
npx run test
```

## Reporting Results

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