parallel_tests 0.15.3 → 0.15.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/Readme.md +2 -0
- data/bin/parallel_test +1 -0
- data/lib/parallel_tests.rb +1 -0
- data/lib/parallel_tests/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d936eb5e0bbc52041661dcc09e82096324828819
|
4
|
+
data.tar.gz: ff153670996680697c17ffa1603ee2f0da17aa47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97baa7391ea76b2092f6652d437d8166653c9938da739977c02e7f4c7857d4cb9ecea5610466c3dbea6952e0b1a8be0c0daf2ef78f801842adec6eddd817fc9d
|
7
|
+
data.tar.gz: 58dc573cf4b28df8518597a8b7b575506546b789d8cfcff18d08c169d608f941e9dfd64256a4704899fd24680b1bb2314740570c91db20ecad2158896b1e4e33
|
data/Gemfile.lock
CHANGED
data/Readme.md
CHANGED
@@ -153,6 +153,7 @@ Or add the formatter to the `parallel:` profile of your `cucumber.yml`:
|
|
153
153
|
|
154
154
|
parallel: --format progress --format ParallelTests::Cucumber::FailuresLogger --out tmp/cucumber_failures.log
|
155
155
|
|
156
|
+
Note if your `cucumber.yml` default profile uses `<%= std_opts %>` you may need to insert this as follows `parallel: <%= std_opts %> --format progress...`
|
156
157
|
|
157
158
|
To rerun failures:
|
158
159
|
|
@@ -218,6 +219,7 @@ TIPS
|
|
218
219
|
- [RSpec] Instantly see failures (instead of just a red F) with [rspec-instafail](https://github.com/grosser/rspec-instafail)
|
219
220
|
- [Bundler] if you have a `Gemfile` then `bundle exec` will be used to run tests
|
220
221
|
- [Cucumber] add a `parallel: foo` profile to your `config/cucumber.yml` and it will be used to run parallel tests
|
222
|
+
- [Cucumber] Pass in cucumber options by not giving the options an identifier ex: parallel:features[x,y,'cucumber_opts']
|
221
223
|
- [Capybara setup](https://github.com/grosser/parallel_tests/wiki)
|
222
224
|
- [Sphinx setup](https://github.com/grosser/parallel_tests/wiki)
|
223
225
|
- [Capistrano setup](https://github.com/grosser/parallel_tests/wiki/Remotely-with-capistrano) let your tests run on a big box instead of your laptop
|
data/bin/parallel_test
CHANGED
data/lib/parallel_tests.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: parallel_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Grosser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: parallel
|