master
Rails: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber — Read more
Would be cool to be able to run in parallel unit/functional/integration tests only:
rake parallel:test:units
rake parallel:test[2,unit]
maybe ill rework the syntax from [2, unit] to paralle:test[unit], or add a simple alias like rake parallel:test:unit -> rake parallel:test[number_of_cpus,unit]
rake parallel:test[2,unit]
maybe ill rework the syntax from [2, unit] to paralle:test[unit], or add a simple alias like rake parallel:test:unit -> rake parallel:test[number_of_cpus,unit]