https://github.com/oscarmarina/test-report
Adding a simple coverage table to your web-test-runner reporters
https://github.com/oscarmarina/test-report
Last synced: 3 months ago
JSON representation
Adding a simple coverage table to your web-test-runner reporters
- Host: GitHub
- URL: https://github.com/oscarmarina/test-report
- Owner: oscarmarina
- License: mit
- Created: 2022-10-20T11:17:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T09:09:38.000Z (over 2 years ago)
- Last Synced: 2025-02-08T09:13:04.325Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.
## Installation
```bash
git clone https://github.com/oscarmarina/test-reportcd test-report
npm i
```## Local Demo with `vite`
```bash
npm start
```## Test with `web-test-runner`
```bash
npm run test
```## Test in watch mode with `web-test-runner`
```bash
npm run test:watch
```
> [Web Component with Lit - Scaffolding](https://github.com/oscarmarina/create-wc)