Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 517 Bytes

File metadata and controls

27 lines (18 loc) · 517 Bytes

Vitest v4 + Testomatio Reporter Example

Quick smoke project for validating @testomatio/reporter on Vitest 4.

Install

npm install

Run locally

npm run test:run

Run with Testomatio reporting

TESTOMATIO_URL=https://beta.testomat.io TESTOMATIO=<project_api_key> npm run test:run

Notes

  • Reporter import must be: @testomatio/reporter/vitest
  • This project uses Vitest 4.0.18
  • Test set mirrors the main examples/vitest scenario for quick regression checks