parallel_split_test
Test runner
A tool to split and run large test suites in parallel across multiple processes.
Split a big test file into multiple chunks and run them in parallel
90 stars
7 watching
10 forks
Language: Ruby
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
grosser/autotest | Standalone autotest for testing Ruby applications without ZenTest | 121 |
google/gtest-parallel | A tool that executes Google Test binaries in parallel to speed up test execution on multi-core machines. | 424 |
djanowski/cutest | A testing framework that isolates tests in separate processes and provides mechanisms to prepare and setup test environments. | 153 |
flank/flank | A tool for automating parallel test runs on Android and iOS devices in Firebase Test Lab | 682 |
marathonlabs/marathon | A platform-independent test runner designed to balance performance and stability in automated testing | 584 |
randomizedtesting/randomizedtesting | Provides tools and plugins to enhance test running with pseudo-randomness in Java-based testing frameworks | 173 |
cfpb/jmeter-bootstrap | A tool that simplifies the setup and running of JMeter load tests in a project | 37 |
mllrsohn/gulp-protractor | A tool for running automated tests with Selenium WebDriver using Gulp as the build system. | 136 |
last-ent/testy-go | An application that provides a simple and flexible way to run tests in Go projects. | 8 |
cleancut/green | A fast and feature-rich Python test runner that provides a clean and user-friendly interface for running tests. | 794 |
test-prof/test-prof | An analysis tool to help identify bottlenecks in test suites and improve their performance. | 1,893 |
gotestyourself/gotestsum | A tool that runs and summarizes Go tests with customizable output formats | 2,116 |
benlau/testrunner | A tool to execute and summarize multiple test cases into a report. | 4 |
ember-cli/ember-exam | An addon that allows more control over running tests in Ember applications | 286 |
disruptek/balls | A testing framework designed to simplify and expand test matrices, allowing developers to easily create and run comprehensive tests for their code. | 68 |