File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Gem Version] ( https://badge.fury.io/rb/parallel_tests.svg )] ( https://rubygems.org/gems/parallel_tests )
4
4
[ ![ Build status] ( https://github.com/grosser/parallel_tests/workflows/test/badge.svg )] ( https://github.com/grosser/parallel_tests/actions?query=workflow%3Atest )
5
5
6
- Speedup Test::Unit + RSpec + Cucumber + Spinach by running parallel on multiple CPU cores.<br />
7
- ParallelTests splits tests into even groups (by number of lines or runtime) and runs each group in a single process with its own database.
6
+ Speedup Minitest + RSpec + Turnip + Cucumber + Spinach by running parallel on multiple CPU cores.<br />
7
+ ParallelTests splits tests into balanced groups (by number of lines or runtime) and runs each group in a process with its own database.
8
8
9
9
Setup for Rails
10
10
===============
46
46
rake parallel:drop
47
47
48
48
### Run!
49
- rake parallel:test # Test::Unit
49
+ rake parallel:test # Minitest
50
50
rake parallel:spec # RSpec
51
51
rake parallel:features # Cucumber
52
52
rake parallel:features-spinach # Spinach
You can’t perform that action at this time.
0 commit comments