bddfire 1.9.4 → 1.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmUzZjc5MGY0Zjc0ZmM1ZjhhNzQ5YWIwNmMwYWVjMGY5OTk5MGE1NQ==
4
+ OWQ1YTM1YWE0NmFlMDNjOWYxMWJjODkzNDkwM2FiOWQzYTMyZTM2OQ==
5
5
  data.tar.gz: !binary |-
6
- N2ZhNmFlNDY2YjZhYmI0YmI5NTQxYzJmMzkxYThiMDI4NDU5YTk3Zg==
6
+ NTFlNzViOWQ1NWY5ODZhYTdjOWZkNmU3ZDc1OTc3YmU4NTNkZDdlNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NGQ1MWNmNjBhMTBlMzBhZjU5MTBmYWY0YTAxZWNjNGIwOTRhMTI5YWRlMzUw
10
- ODk0Mzg4NGE0YWUwMmRjNWE2YjBjNzE0NjYwODQ2ZDljODU1ZjM2NWJlMGZk
11
- NDc3OTNlZmUyNjUxZjE0M2MxYjMzMzUzM2EzN2I0NDkyOTYwYWU=
9
+ N2M5ZWNiNTgyZTQ0MzhjMjk3YzVmMjlkODcyNjVmYzc2NjA1Y2YwOTc2MmM5
10
+ NDc2MGU3YWI5YTg3MWZhZGVjOGYxMDM5Zjg0ZGFjZWZhMGRjMjhjZGU4ODUy
11
+ NmEwZGM3OTI3NTFkZjc3Y2RlMmZhYTE0NjEwNmFkOTEyODY2MWI=
12
12
  data.tar.gz: !binary |-
13
- ZGY3NmM3ZTg5OTIyZmI2NWM2NjEyNDhmMWRhYWIxNDliMTYxNDI3ZmE2ZDU1
14
- ODc1NzBhZDgxNmJiYzI4YTFjZjNkZjljMWI0ZTYyMWQ5ZWE3ZmMxM2ExOTdl
15
- ZTIxYmI1OWExMjU1YmM2YzA5OTI5ZjkwMTc4Y2UyMWM1NzNiYjY=
13
+ ZTUyMjBiZDU2YWQ5NDZjNWVkMjBkZjhhMzI1NDNkYjU3MTZkODQ0MzMzNjVm
14
+ NGNjNzZkYTk4OWEyMzQyZDQ3NTQ5ZmNjMjY4ODdhYjQwODk1MWU2ODQ1Mzhh
15
+ ZjRjZjZiNDM2OTkyNTQ3MDVhMzM5ODNiMWVlYzgwOGEyMWEyYTE=
data/README.markdown CHANGED
@@ -1,6 +1,9 @@
1
1
  # bddfire
2
2
 
3
3
  BDDfire: Automate Mobile & Web apps with less code. An instant Ruby-Cucumber BDD framework which supports various popular open-source libraries like Capybara, Selenium-WebDriver, Poltergeist, Relish, Cuke_sniffer, Rubocop, Appium, Saucelabs, Browserstack.Generate default toolkit around BDD with cucumber and friends
4
+
5
+ ### ===BDDfire: Write your tests not Framework===
6
+
4
7
  ## Installation
5
8
 
6
9
  The usual:
@@ -1,3 +1,3 @@
1
1
  module BDDfire
2
- VERSION = "1.9.4"
2
+ VERSION = "1.9.5"
3
3
  end
@@ -50,7 +50,7 @@ OR
50
50
  ###Chrome Driver
51
51
  You can run your scenarios in Google Chrome
52
52
 
53
- $ rake poltergeist
53
+ $ rake chrome
54
54
  You can run cucumber with profile like this
55
55
 
56
56
  $ bundle exec cucumber -p chrome
@@ -99,4 +99,4 @@ Currently, you can use the script 'ci_script' on Jenkins or Hudson. More CI Inte
99
99
 
100
100
  You need pass rake rask to the script
101
101
 
102
- $ ./ci_script features
102
+ $ ./ci_script parallel_cucumber
@@ -39,7 +39,7 @@ YARD::Rake::YardocTask.new(:yard) do |t|
39
39
  t.files = ['features/**/*.feature', 'features/**/*.rb']
40
40
  end
41
41
 
42
- Cucumber::Rake::Task.new(:seleium) do |t|
42
+ Cucumber::Rake::Task.new(:selenium) do |t|
43
43
  t.cucumber_opts = "features -p selenium --format pretty --profile html "
44
44
  end
45
45
 
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: 1.9.4
4
+ version: 1.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber