reporter
reporter copied to clipboard
Add support for vitest runner
Is your feature request related to a problem? Please describe. Vitest test runner does not have a support for reporting directly to testomat.
Describe the solution you'd like To add an adapter for the vitest framework.
Describe alternatives you've considered As a workaround JUnit can be used, but its reports are very limited in terms of presented in report data.
Additional context Any of the existing JS adapters (Codecept, Playwright, mocha, jest) not working. at most - they are creating an empty run without any test results reporting.
Also stumbled across this issue. We just have migrated from Jest to Vitest.
Would be nice to have Vitest reporter.
@ivasholeksii @andrii-nastenko we're going to support vitest in release after next
@ivasholeksii @andrii-nastenko We have initial support for Vitest. Could you try to import tests as "Jest" framework and use our Reporter:
npm i @testomatio/[email protected]
And follow this documentation to follow:
https://github.com/testomatio/reporter/blob/master/docs/frameworks.md#vitest
related to https://github.com/testomatio/reporter/issues/356
Testomat documentation on vitest https://docs.testomat.io/project/runs/reporter/frameworks/#vitest