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 +8 -8
- data/README.markdown +3 -0
- data/lib/bddfire/version.rb +1 -1
- data/scaffold/config_files/README.md +2 -2
- data/scaffold/config_files/Rakefile +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OWQ1YTM1YWE0NmFlMDNjOWYxMWJjODkzNDkwM2FiOWQzYTMyZTM2OQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTFlNzViOWQ1NWY5ODZhYTdjOWZkNmU3ZDc1OTc3YmU4NTNkZDdlNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
N2M5ZWNiNTgyZTQ0MzhjMjk3YzVmMjlkODcyNjVmYzc2NjA1Y2YwOTc2MmM5
|
|
10
|
+
NDc2MGU3YWI5YTg3MWZhZGVjOGYxMDM5Zjg0ZGFjZWZhMGRjMjhjZGU4ODUy
|
|
11
|
+
NmEwZGM3OTI3NTFkZjc3Y2RlMmZhYTE0NjEwNmFkOTEyODY2MWI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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:
|
data/lib/bddfire/version.rb
CHANGED
|
@@ -50,7 +50,7 @@ OR
|
|
|
50
50
|
###Chrome Driver
|
|
51
51
|
You can run your scenarios in Google Chrome
|
|
52
52
|
|
|
53
|
-
$ rake
|
|
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
|
|
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(:
|
|
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
|
+
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-
|
|
11
|
+
date: 2015-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|