https://github.com/thepassle/wtr-uvu
uvu integration for wtr
https://github.com/thepassle/wtr-uvu
Last synced: about 1 month ago
JSON representation
uvu integration for wtr
- Host: GitHub
- URL: https://github.com/thepassle/wtr-uvu
- Owner: thepassle
- License: mit
- Created: 2021-09-25T12:34:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T08:58:51.000Z (over 3 years ago)
- Last Synced: 2024-11-12T21:45:37.452Z (3 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wtr uvu integration
Run with `npm run test -- --watch`, press `D` in terminal, check browser logs. You should see:
```json
{
"status": "FINISHED",
"total": 2,
"passed": false,
"errors": [],
"testResults": [],
"skips": 0,
"code": 0,
"duration": "2.00ms"
}
```(1 test should have failed, 1 test should have passed)
## TODOS:
- correctly collect and gather groups/suites/suiteResults
- The default reporter seems to always output 0 tests passed, and 1 failed, figure out why
- Figure out how tests are skipped, and to mark the testResult as being skipped