testrunner
Test runner
A tool to execute and summarize multiple test cases into a report.
Qt Test Runner - A tiny tool to execute multiple QTestLib application and combine the testing result into a summary report.
4 stars
4 watching
1 forks
Language: C++
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
benlau/testable | A utility library to enhance Qt testing frameworks with support for multiple test objects and customization options. | 60 |
marathonlabs/marathon | A platform-independent test runner designed to balance performance and stability in automated testing | 584 |
antp/kovacs | A tool that monitors file changes and automatically runs tests when files are updated or created. | 5 |
last-ent/testy-go | An application that provides a simple and flexible way to run tests in Go projects. | 8 |
grosser/parallel_split_test | Splits a large test file into smaller chunks and runs them in parallel to speed up testing | 91 |
xunit/visualstudio.xunit | Provides a Visual Studio integration for running unit tests written in C# using the xUnit testing framework. | 147 |
djanowski/cutest | A testing framework that isolates tests in separate processes and provides mechanisms to prepare and setup test environments. | 153 |
acostalima/react-native-test-runner | A tool for running unit and integration tests in React Native's environment. | 5 |
liquidsoul/xctestplayground | A tool for writing unit tests directly in Xcode Playgrounds | 54 |
julia-actions/julia-runtest | An action that runs tests in Julia packages. | 57 |
playwright-community/jest-playwright | A tool for running end-to-end tests using Jest and Playwright. | 532 |
bearror/oletus | A minimal test runner for ECMAScript Modules, designed to support concurrent asynchronous testing with native module support. | 45 |
gotestyourself/gotestsum | A tool that runs and summarizes Go tests with customizable output formats | 2,095 |
blazemeter/taurus | Automates performance and functional tests using a suite of tools | 2,019 |
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 |