Readme.md in parallel_tests-0.6.15 vs Readme.md in parallel_tests-0.6.16
- old
+ new
@@ -79,29 +79,33 @@
843 examples, 0 failures, 1 pending
Took 29.925333 seconds
-Spec Loggers
+Loggers
===================
Even process runtimes
-----------------
Log test runtime to give each process the same runtime.
-Add to your `spec/parallel_spec.opts` (or `spec/spec.opts`) :
+Rspec: Add to your `spec/parallel_spec.opts` (or `spec/spec.opts`) :
RSpec 1.x:
--format progress
--require parallel_specs/spec_runtime_logger
--format ParallelSpecs::SpecRuntimeLogger:tmp/parallel_profile.log
RSpec >= 2.4:
If installed as plugin: -I vendor/plugins/parallel_tests/lib
--format progress
--format ParallelSpecs::SpecRuntimeLogger --out tmp/parallel_profile.log
+Test::Unit: Add to your `test_helper.rb`:
+ require 'parallel_tests/runtime_logger'
+
+
SpecSummaryLogger
--------------------
This logger logs the test output without the different processes overwriting each other.
@@ -187,11 +191,10 @@
- [RSpec] remove --loadby from you spec/*.opts
- [Bundler] if you have a `Gemfile` then `bundle exec` will be used to run tests
- [Capybara setup](https://github.com/grosser/parallel_tests/wiki)
- [Sphinx setup](https://github.com/grosser/parallel_tests/wiki)
- [Capistrano setup](https://github.com/grosser/parallel_tests/wiki/Remotely-with-capistrano) let your tests run on a big box instead of your laptop
- - [Test::Unit runtime logger](https://gist.github.com/1333414) some basic plumbing done (needs some love and a pull-request)
- [SQL schema format] use :ruby schema format to get faster parallel:prepare`
- [ActiveRecord] if you do not have `db:abort_if_pending_migrations` add this to your Rakefile: `task('db:abort_if_pending_migrations'){}`
- `export PARALLEL_TEST_PROCESSORS=X` in your environment and parallel_tests will use this number of processors by default
- with zsh this would be `rake "parallel:prepare[3]"`
@@ -227,9 +230,10 @@
- [asmega](http://www.ph-lee.com)
- [Doug Barth](https://github.com/dougbarth)
- [Geoffrey Hichborn](https://github.com/phene)
- [Trae Robrock](https://github.com/trobrock)
- [Lawrence Wang](https://github.com/levity)
+ - [Sean Walbran](https://github.com/seanwalbran)
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
Hereby placed under public domain, do what you want, just do not hold me accountable...<br/>
[![Flattr](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=grosser&url=https://github.com/grosser/parallel_tests&title=parallel_tests&language=en_GB&tags=github&category=software)