parallel_appium 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcfc289c2b24a3fb4ee3e8be46e9b9c9a4479754
4
- data.tar.gz: 7af36ebcd29622f33fd4dddeccc4b60a40bd1d2c
3
+ metadata.gz: 7ba9326c78eb162ac844f6d201899a3382233f24
4
+ data.tar.gz: 48683a1b5e1cd5f29ee1098eb9a455530fdae84a
5
5
  SHA512:
6
- metadata.gz: 6e6f21359696283cfe95dee022803464eb6e61e0348282ef2545fef2c0a5c31af229f9ad3e76d75dae69c21395cc7a62bb8855a40c79a8ca1e4785386d1379ff
7
- data.tar.gz: f06af407504f7304577c1eed08bcf4d536867bad468ed4ef4c05f3c9b57f2b670543c06d902ce102f5984e844eae31ed7981239a8368838b65e92ebba89f58df
6
+ metadata.gz: 6209af0673f1df88009c79281bbae3f5199b8d2548eb8190df5db6231b11c5bbb287622683385f0f2939033804f0e07772ae7225c7ba795fb67b075c9b9799a3
7
+ data.tar.gz: b7a7afd5e12897d13f5f95c6ee46ac19b72c272eee019184390f9c2965d95e920a5103dc2204e62afb85002c6354f55a95a1ae15744bb38de051ab26dd12e6ca
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -93,9 +93,9 @@ module ParallelAppium
93
93
  # @param [boolean] parallel
94
94
  def execute_specs(platform, threads, spec_path, parallel = false)
95
95
  command = if parallel
96
- "platform=#{platform} parallel_rspec -n #{threads} #{spec_path} --out output/#{platform}.log"
96
+ "platform=#{platform} parallel_rspec -n #{threads} #{spec_path}"
97
97
  else
98
- "platform=#{platform} rspec #{spec_path} --tag #{platform} --out output/#{platform}.log"
98
+ "platform=#{platform} rspec #{spec_path} --tag #{platform}"
99
99
  end
100
100
 
101
101
  puts "Executing #{command}"
@@ -1,3 +1,3 @@
1
1
  module ParallelAppium
2
- VERSION = '0.2.2'.freeze
2
+ VERSION = '0.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel_appium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javon Davis
metadata.gz.sig CHANGED
Binary file