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
- Host: GitHub
- URL: https://github.com/test-results-reporter/example-cypress-testbeats
- Owner: test-results-reporter
- License: mit
- Created: 2024-05-22T17:03:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T03:27:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T04:43:01.873Z (over 1 year ago)
- Topics: cypress, testbeats
- Language: JavaScript
- Homepage: https://www.testbeats.com
- Size: 390 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```