Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgp1130/wtr-playground
Just playing with Web Test Runner
https://github.com/dgp1130/wtr-playground
Last synced: 13 days ago
JSON representation
Just playing with Web Test Runner
- Host: GitHub
- URL: https://github.com/dgp1130/wtr-playground
- Owner: dgp1130
- Created: 2023-09-07T20:00:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T01:57:58.000Z (9 months ago)
- Last Synced: 2024-10-06T02:01:48.507Z (about 1 month ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Test Runner Playground
Playing around with
[Web Test Runner](https://modern-web.dev/docs/test-runner/overview/) to see how
well its features work with a pre-build approach using Jasmine.* Uses TypeScript with esbuild as a bundler.
* Configures Jasmine as the test framework.
* Runs code coverage on the result.See [`package.json`](/package.json) scripts for more info.
## Code Coverage Reproduction
* `npm ci`
* `npm run coverage`
* Open http://localhost:8080