turbo_tests
Parallel testing utility
A tool that runs RSpec tests in parallel on multiple cores with incremental output
Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.
175 stars
7 watching
27 forks
Language: Ruby
last commit: 4 months ago
Linked from 1 awesome list
parallel-testsrspecruby
Related projects:
Repository | Description | Stars |
---|---|---|
nedomas/zapata | Automatically generates RSpec tests based on class and method definitions in Ruby code. | 414 |
maltize/sublime-text-2-ruby-tests | A Sublime Text 2 plugin for running ruby tests. | 722 |
grosser/parallel_tests | Tool for parallelizing and optimizing tests in Ruby-based applications | 3,387 |
knapsackpro/knapsack | A tool that optimizes test execution on parallel CI nodes | 519 |
sublimetext/rspec | Adds RSpec support to Sublime Text for writing and testing Ruby BDD tests | 124 |
grosser/parallel_split_test | Splits a large test file into smaller chunks and runs them in parallel to speed up testing | 91 |
test-prof/test-prof | An analysis tool to help identify bottlenecks in test suites and improve their performance. | 1,889 |
tuwilof/fitting | Automates testing and validation of API documentation in Ruby on Rails applications using RSpec, WebMock, and API Blueprint/OpenAPI standards. | 60 |
rubocop/rubocop-rspec | Analyzes Ruby code for style and syntax errors in RSpec files | 810 |
rspec/rspec-expectations | A Ruby API to express expected outcomes of code examples | 1,260 |
eliotsykes/rspec-rails-examples | A comprehensive reference for testing Rails apps using RSpec | 2,157 |
mumuki/mumuki-ruby-runner | An application that runs Rspec tests within a Sinatra-based server | 4 |
rodjek/rspec-puppet | Tools and configuration for writing tests for Puppet manifests in Ruby | 362 |
zuazo/dockerspec | Enables running RSpec and Serverspec tests against Dockerfiles or images | 182 |
thoughtbot/vim-rspec | A Vim plugin for running RSpec tests in the editor. | 657 |