bddfire 2.0.2 → 2.0.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: ffe7a01b873dcefe0ed504afcfa0b9272b3c0dfc
4
- data.tar.gz: eec84bb9fb2cf28f2d8f4ea86dbd2d4254f288c6
3
+ metadata.gz: 7432cacd5c9399d7312333d015b74d4f3a39b16f
4
+ data.tar.gz: 665f1b752dcf82ddc00b45657b911d9a598ac28e
5
5
  SHA512:
6
- metadata.gz: 3a50d0fc953d3388b0dc6abbe6f9cfcbb1fc534361d70d06d9bbd89a0928e14b00427b76872ba7479e5b07416eb6265e11c262150cfc7d5e9db8e1d7263f54fb
7
- data.tar.gz: 8a2f9520ff0544b9065dd7e9768419d85f1ad59bac499a006151e0f5908f9a1cf242e33e8d241179a61735d02104fda0d48e4f47111e4a21e583371dd5e9533e
6
+ metadata.gz: 6effa5fad6bab56c6ee562b135b0b482019452f9eda544c85cdb99326b5b7f5ec460430368bf58214f19e4dbb382e62b8f182da384a09322bf17ce5a12b269a9
7
+ data.tar.gz: 0f4402e37bc777a0448ee1bd6e8f64dd280efd8916c6f39d954926417d49a2e14462f7db1aeb3ed287452f740b2a47162758741ffca8ad33c955e8cc3c4664e6
data/bin/bddfire CHANGED
@@ -84,7 +84,7 @@ def msg(title, &_block)
84
84
  puts "\n" + '-' * 10 + title + '-' * 10
85
85
  yield
86
86
  puts '-' * 10 + '-------' + '-' * 10 + "\n"
87
- sleep 2
87
+ sleep 1
88
88
  end
89
89
 
90
90
  def install
@@ -1,3 +1,3 @@
1
1
  module BDDfire
2
- VERSION = '2.0.2'.freeze
2
+ VERSION = '2.0.3'.freeze
3
3
  end
@@ -18,7 +18,7 @@ end
18
18
 
19
19
  task :parallel_run do
20
20
  puts '===== Executing Tests in parallel'
21
- system 'bundle exec parallel_cucumber features/ -o "-p parallel -p poltergeist -p pretty" -n 10'
21
+ system 'bundle exec parallel_cucumber features/ -o "-p parallel -p pretty" -n 10'
22
22
  puts ' ====== Parallel execution finished and cucumber_failure.log created ========='
23
23
  end
24
24
 
@@ -40,31 +40,31 @@ YARD::Rake::YardocTask.new(:yard) do |t|
40
40
  end
41
41
 
42
42
  Cucumber::Rake::Task.new(:selenium) do |t|
43
- t.cucumber_opts = 'features -p selenium --format pretty --profile html '
43
+ t.cucumber_opts = 'features -p selenium --format pretty --profile html -p ~@api '
44
44
  end
45
45
 
46
46
  Cucumber::Rake::Task.new(:poltergeist) do |t|
47
- t.cucumber_opts = 'features -p poltergeist --format pretty --profile html '
47
+ t.cucumber_opts = 'features -p poltergeist --format pretty --profile html -p ~@api '
48
48
  end
49
49
 
50
50
  Cucumber::Rake::Task.new(:chrome) do |t|
51
- t.cucumber_opts = 'features -p chrome --format pretty --profile html '
51
+ t.cucumber_opts = 'features -p chrome --format pretty --profile html -p ~@api '
52
52
  end
53
53
 
54
54
  Cucumber::Rake::Task.new(:sauce) do |t|
55
- t.cucumber_opts = 'features -p sauce --format pretty --profile html '
55
+ t.cucumber_opts = 'features -p sauce --format pretty --profile html -p ~@api '
56
56
  end
57
57
 
58
58
  Cucumber::Rake::Task.new(:browserstack) do |t|
59
- t.cucumber_opts = 'features -p browserstack --format pretty --profile html '
59
+ t.cucumber_opts = 'features -p browserstack --format pretty --profile html -p ~@api '
60
60
  end
61
61
 
62
62
  Cucumber::Rake::Task.new(:testingbot) do |t|
63
- t.cucumber_opts = 'features -p testingbot --format pretty --profile html '
63
+ t.cucumber_opts = 'features -p testingbot --format pretty --profile html -p ~@api '
64
64
  end
65
65
 
66
66
  Cucumber::Rake::Task.new(:appium) do |t|
67
- t.cucumber_opts = "features -p appium_android_web ADB_SERIAL=#{ADB_SERIAL} --format pretty --profile html "
67
+ t.cucumber_opts = "features -p appium_android_web ADB_SERIAL=#{ADB_SERIAL} --format pretty --profile html -p ~@api "
68
68
  end
69
69
 
70
70
  task :cuke_sniffer do
@@ -3,5 +3,5 @@ Feature: Google Search to explore BDDfire
3
3
 
4
4
  Scenario: View home page
5
5
  Given I am on "http://www.google.com"
6
- When I fill in "q" with the text "shashi"
6
+ When I fill in "q" with the text "bddfire"
7
7
  Then I should see "Sign in"
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+ PAGE=$1
3
+ cd accessibility
4
+ bundle exec cucumber -r features/general_accessibility_check.feature URL=$PAGE
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+
3
+ cd load
4
+ sh gatling_local.sh
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bddfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-14 00:00:00.000000000 Z
11
+ date: 2016-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -280,9 +280,9 @@ files:
280
280
  - scaffold/config_files/docker.sh
281
281
  - scaffold/config_files/package.json
282
282
  - scaffold/features/api.feature
283
- - scaffold/features/google.feature
283
+ - scaffold/features/bddfire.feature
284
284
  - scaffold/features/pages/HomePage.rb
285
- - scaffold/features/step_definitions/google_steps.rb
285
+ - scaffold/features/step_definitions/bddfire_steps.rb
286
286
  - scaffold/features/support/env.rb
287
287
  - scaffold/features/support/hooks.rb
288
288
  - scaffold/load/Dockerfile
@@ -302,7 +302,9 @@ files:
302
302
  - scaffold/rake_tasks/rspec.rb
303
303
  - scaffold/rake_tasks/rubocop.rb
304
304
  - scaffold/rake_tasks/yard.rb
305
+ - scaffold/scripts/accessibility
305
306
  - scaffold/scripts/ci_script
307
+ - scaffold/scripts/load
306
308
  - scaffold/scripts/run_appium
307
309
  homepage: https://github.com/Shashikant86/bddfire
308
310
  licenses: