reporter icon indicating copy to clipboard operation
reporter copied to clipboard

Vitest integration

Open olexandr13 opened this issue 1 year ago • 6 comments

  • [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

olexandr13 avatar Jun 23 '24 09:06 olexandr13

https://github.com/testomatio/examples/pull/66

olexandr13 avatar Jun 28 '24 15:06 olexandr13

https://github.com/testomatio/reporter/pull/358

olexandr13 avatar Jun 28 '24 15:06 olexandr13

https://github.com/testomatio/testomatio-front/pull/1623

olexandr13 avatar Jun 28 '24 18:06 olexandr13

Released reporter: 1.5.0-beta-vitest

olexandr13 avatar Jun 29 '24 11:06 olexandr13

check-tests: https://github.com/testomatio/check-tests/pull/160

olexandr13 avatar Jun 29 '24 11:06 olexandr13

Released check-tests: 0.9.0-beta-vitest

olexandr13 avatar Jun 29 '24 12:06 olexandr13