gotestsum
Test runner
A tool that runs and summarizes Go tests with customizable output formats
'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
2k stars
12 watching
124 forks
Language: Go
last commit: 8 days ago cigogo-testgolangjunit-xmltesttest-runnertesting
Related projects:
Repository | Description | Stars |
---|---|---|
yanskun/gotests.nvim | A tool to run Go test cases within Neovim | 21 |
last-ent/testy-go | An application that provides a simple and flexible way to run tests in Go projects. | 8 |
gotestyourself/gotest.tools | Tools to augment Go testing and support common testing patterns | 518 |
gotesttools/gotestfmt | Transforms Golang test output into a human-readable format | 512 |
google/gtest-parallel | A tool that executes Google Test binaries in parallel to speed up test execution on multi-core machines. | 422 |
jstemmer/go-junit-report | Converts Go test output to JUnit compatible XML reports | 782 |
ysmood/got | A Go test framework with features like pretty output and value snapshot assertion. | 265 |
nholthaus/gtest-runner | A Qt5 based automated test runner and Graphical User Interface for Google Test unit tests. | 278 |
bitfield/gotestdox | Formats Go test results as readable documentation | 120 |
maxatome/go-testdeep | Tool for comparing and testing Go code | 436 |
mfridman/tparse | Analyzes and summarizes Go test output for developers. | 1,025 |
marvinjwendt/testza | A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 418 |
szkiba/xk6-g0 | An experiment to support writing k6 tests in Go using the yaegi interpreter. | 26 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
azer/prova | A test runner that integrates Tape and Browserify to facilitate automated testing of JavaScript applications in both Node.js and web browsers. | 332 |