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

Testing

In Golang, package testing is responsible for different types of testing maybe it is performance testing, parallel testing, functional testing, or any possible combination of these all. Gotestsum package can generate standard format JUnit-style XML files which can be submited to Testfiesta or Testrail using taco truck cli. You just need to install the popular Go testing , Gotestsum and install tacotruck cli or use Github action. Check out simple testing example.

Configuration

To generate the XML test result, see the following steps:

1. Install gotestsum (only needed once)

  1. Make sure ~/go/bin is in your PATH

  1. Generate JUnit XML report

Install Tacotruck CLI

Submit test results

Github Action

Support and Resources

Last updated