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

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

Awesome Lists containing this project

README

        

# \

![Lit](https://img.shields.io/badge/lit-2.0.0-blue)

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation

```bash
git clone https://github.com/oscarmarina/test-report

cd 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)