reporter icon indicating copy to clipboard operation
reporter copied to clipboard

Add support for vitest runner

Open ivasholeksii opened this issue 1 year ago • 4 comments

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.

ivasholeksii avatar Mar 29 '24 08:03 ivasholeksii

Also stumbled across this issue. We just have migrated from Jest to Vitest.

Would be nice to have Vitest reporter.

andrii-nastenko avatar Apr 26 '24 19:04 andrii-nastenko

@ivasholeksii @andrii-nastenko we're going to support vitest in release after next

poliarush avatar May 20 '24 21:05 poliarush

@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

DavertMik avatar Jul 01 '24 11:07 DavertMik

related to https://github.com/testomatio/reporter/issues/356

TetianaKhomenko avatar Jul 08 '24 11:07 TetianaKhomenko

Testomat documentation on vitest https://docs.testomat.io/project/runs/reporter/frameworks/#vitest

TetianaKhomenko avatar Mar 11 '25 22:03 TetianaKhomenko