reporter
reporter copied to clipboard
Vitest integration
- [x] create adapter
- [x] connect adapter to project
- [x] example project
- [x] testing
- [-] artifacts/logs/meta
- [-] unit tests (cant add tests because of vitest does not support require syntax, and reporter architecture does not support esm)
- [x] nested suites
- [x] console logs
- [x] meta
- [x] pass valid error
- [x] pass error diff
- [x] types
- [x] docs
- [x] importer (check-tests)
- [x] frontend
- [x] publish reporter
- [x] publish check-tests (token expired)
Notes:
- cannot use testomat functions (testomat.artifact, meta or log) > impossible to implement; but console logs and vitest meta are supported link
https://github.com/testomatio/examples/pull/66
https://github.com/testomatio/reporter/pull/358
https://github.com/testomatio/testomatio-front/pull/1623
Released reporter: 1.5.0-beta-vitest
check-tests: https://github.com/testomatio/check-tests/pull/160
Released check-tests: 0.9.0-beta-vitest