Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-anton-t/playwright-testquality-report
playwright reporting for testquality.com
https://github.com/mr-anton-t/playwright-testquality-report
playwright reporting testquality
Last synced: 8 days ago
JSON representation
playwright reporting for testquality.com
- Host: GitHub
- URL: https://github.com/mr-anton-t/playwright-testquality-report
- Owner: mr-anton-t
- License: mit
- Created: 2023-11-25T16:17:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T11:25:22.000Z (about 2 months ago)
- Last Synced: 2024-12-17T12:26:19.291Z (about 2 months ago)
- Topics: playwright, reporting, testquality
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playwright Report for Testquality.com
![GitHub last commit](https://img.shields.io/github/last-commit/mr-anton-t/playwright-testquality-report)
![GitHub License](https://img.shields.io/github/license/mr-anton-t/playwright-testquality-report)
![Visits Badg](https://komarev.com/ghpvc/?username=mr-anton-t-report&style=flat-square&color=lightgrey&label=views)It can be convenient to publish test results when running regression.
## Version
Demo - not stable version
## Installation
Run the following commands:
### npm
`npm mr-anton-t/playwright-testquality-report`
### yarn
`yarn add mr-anton-t/playwright-testquality-report`
## Configuration
Modify your `playwright.config.ts` file to include the reporter:
```typescript
reporter: [
['@mr-anton-t/playwright-report', { configFile: 'configFile.json' }]],
['html'], // other reporters
['dot']
]
```## Default Output
@todo
## Customizing
@todo