Readme.md in parallel_split_test-0.3.0 vs Readme.md in parallel_split_test-0.4.0
- old
+ new
@@ -1,11 +1,14 @@
Split a big test file into multiple chunks and run them in parallel
Install
=======
- gem install parallel_split_test
+```Bash
+gem install parallel_split_test
+```
+
Usage
=====
### 1: prepare your databases
To use 1 database per test-process, add this to your `config/database.yml`<br/>
@@ -59,18 +62,20 @@
Took 10.06 seconds with 2 processes
```
TIPS
====
+ - use `-o/--out` to get unified/clean output from all processes
- set number of processes to use with `PARALLEL_SPLIT_TEST_PROCESSES` environment variable
+ - [unify JUnit output](http://blog.tech.renttherunway.com/?p=631) for rspec
TODO
====
- Cucumber support
- - Test::Unit support
+ - Test::Unit / Minitest support
Author
======
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
License: MIT<br/>
-[](http://travis-ci.org/grosser/parallel_split_test)
+[](https://travis-ci.org/grosser/parallel_split_test)