Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/test-results-reporter/example-playwright-testbeats
- Owner: test-results-reporter
- License: mit
- Created: 2024-05-21T12:42:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T17:07:10.000Z (7 months ago)
- Last Synced: 2024-11-21T11:12:18.629Z (3 months ago)
- Topics: examples, playwright, testbeats
- Language: TypeScript
- Homepage: https://www.testbeats.com
- Size: 322 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```