bahmutov / bahmutov/cypress-native-chrome-code-coverage-example
how should it make scripts from URL to local files?
Open
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The c8 coverage has scripts. For example when working `index.html` that might have
```html
```
the c8 results has `"url": "http://localhost:59015/app.js"`. Right now we hardcode it as local file `app.js`. But maybe we should download the script URL and save it as a local file?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.