Vitest

Vitest is a fast and lightweight testing framework built on Vite. It offers API for unit, integration, and component testing, and works seamlessly with modern JavaScript and TypeScript projects like Reactarrow-up-right, Vuearrow-up-right , and others. Vitest can generate standard format JUnit-style XML files which can be submited to Testfiesta or Testrail using Tacotruck CLI. You just need to install the popular vitestarrow-up-right package and install tacotruck cli or use Github actionarrow-up-right. Check simple vitest examplearrow-up-right

Configuration

To generate xml report file report output type, file name path should be configured in config file

Install Tacotruck CLI

Submit test results

Github Action

Support and Resources

Last updated