For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 React, Vue , 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 vitest package and install tacotruck cli or use Github action. Check simple vitest example

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