automation_wizard 0.1.1 → 0.1.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58cc099f70984ac1f7dc7f94c5f5c34856be644a
4
- data.tar.gz: f6eb9cac48dfd89bbb04a9961a9d36f05b0ba704
3
+ metadata.gz: 83f964c3f8cd44f41e2055c47fda89a89763fdbb
4
+ data.tar.gz: e1cc5edc1d7e08b395d05d43da8dddb1fab2542b
5
5
  SHA512:
6
- metadata.gz: 8b4c25104362f4207949b938a3d5ed23e96e4dff615921a1c46e0eb8cf16d835ea9d718e0b1f268c26087154b0e23a5ae6460013b8d5a9fc77eb94417c5b0946
7
- data.tar.gz: ad7ea6478bd4424b5ca5eeeda2a05e29569ac514c80fd3adee180fe60da697df19fc048db21c07f0effb8df3e2ff58ff9df18512600f0901720ba780ed7e3de4
6
+ metadata.gz: 4f108c2ffecffffb9279e898604d644460a936eb4c0f02ab11d47d723ec9ea38ed2778cea13ccda2f0089d8bacd38ce7c9ac6b74183e5f938732753d8233d130
7
+ data.tar.gz: edfbe6f19e8546b8f2a8c41cce45b8940925862b2d80e4f18d8a63b9faf4a4069a41eb67e5235ebe010bb579dbf971d7f633a94a90c365d41906f2453a28abdc
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  # Created by .ignore support plugin (hsz.mobi)
2
2
  .idea/
3
3
  .DS_Store
4
- automation_wizard-0.1.gem
4
+ automation_wizard-0.1.gem
5
+ automation_wizard-0.1.1.gem
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ === Version 0.1.2 / 2017-01-03
2
+ * Updated Readme file, correcting typos and adding additional information.
3
+ * Updated gemspec.
4
+
1
5
  === Version 0.1.1 / 2016-08-11
2
6
  * Updated Readme file test questions and timeline.
3
7
 
data/Gemfile.lock ADDED
@@ -0,0 +1,70 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ automation_wizard (0.1.2)
5
+ cucumber (~> 2.4, >= 2.4.0)
6
+ pry (~> 0.10, >= 0.10.0)
7
+ rspec (~> 3.5, >= 3.5.0)
8
+ thor (~> 0.17, >= 0.17.0)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ aruba (0.14.2)
14
+ childprocess (~> 0.5.6)
15
+ contracts (~> 0.9)
16
+ cucumber (>= 1.3.19)
17
+ ffi (~> 1.9.10)
18
+ rspec-expectations (>= 2.99)
19
+ thor (~> 0.19)
20
+ builder (3.2.2)
21
+ childprocess (0.5.9)
22
+ ffi (~> 1.0, >= 1.0.11)
23
+ coderay (1.1.1)
24
+ contracts (0.14.0)
25
+ cucumber (2.4.0)
26
+ builder (>= 2.1.2)
27
+ cucumber-core (~> 1.5.0)
28
+ cucumber-wire (~> 0.0.1)
29
+ diff-lcs (>= 1.1.3)
30
+ gherkin (~> 4.0)
31
+ multi_json (>= 1.7.5, < 2.0)
32
+ multi_test (>= 0.1.2)
33
+ cucumber-core (1.5.0)
34
+ gherkin (~> 4.0)
35
+ cucumber-wire (0.0.1)
36
+ diff-lcs (1.2.5)
37
+ ffi (1.9.14)
38
+ gherkin (4.0.0)
39
+ method_source (0.8.2)
40
+ multi_json (1.12.1)
41
+ multi_test (0.1.2)
42
+ pry (0.10.4)
43
+ coderay (~> 1.1.0)
44
+ method_source (~> 0.8.1)
45
+ slop (~> 3.4)
46
+ rspec (3.5.0)
47
+ rspec-core (~> 3.5.0)
48
+ rspec-expectations (~> 3.5.0)
49
+ rspec-mocks (~> 3.5.0)
50
+ rspec-core (3.5.4)
51
+ rspec-support (~> 3.5.0)
52
+ rspec-expectations (3.5.0)
53
+ diff-lcs (>= 1.2.0, < 2.0)
54
+ rspec-support (~> 3.5.0)
55
+ rspec-mocks (3.5.0)
56
+ diff-lcs (>= 1.2.0, < 2.0)
57
+ rspec-support (~> 3.5.0)
58
+ rspec-support (3.5.0)
59
+ slop (3.6.0)
60
+ thor (0.19.4)
61
+
62
+ PLATFORMS
63
+ ruby
64
+
65
+ DEPENDENCIES
66
+ aruba
67
+ automation_wizard!
68
+
69
+ BUNDLED WITH
70
+ 1.13.6
@@ -19,10 +19,9 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
 
21
21
  s.add_dependency 'thor', '~> 0.17', '>=0.17.0'
22
- s.add_dependency 'cucumber', '~> 1.2', '>=1.2.0'
23
- s.add_dependency 'rspec', '~> 2.13', '>=2.13.0'
22
+ s.add_dependency 'cucumber', '~> 2.4', '>=2.4.0'
23
+ s.add_dependency 'rspec', '~> 3.5', '>=3.5.0'
24
24
  s.add_dependency 'pry', '~> 0.10', '>=0.10.0'
25
- s.add_dependency 'require_all'
26
25
 
27
26
  s.add_development_dependency 'aruba'
28
27
  end
@@ -0,0 +1,9 @@
1
+ ###Project Setup
2
+
3
+ 1. Use gem install to install the automation_wizard: `gem install automation_wizard`
4
+ 2. From the command line enter `wiz testproject web_automation --pageobject-driver=watir` to generate a project for web application
5
+ testing using watir as the ruby library for automating tests. Watir interacts with a browser as a user would.
6
+ Change directories into the newly created web_automation project folder. From there run `bundle install`
7
+ 3. You'll need _chromedriver_ to help with the automation. If _chromedriver_ is not installed, use _Brew_ to install the driver. You can use `brew list` to list the installed packages on your computer.
8
+ If _chromedriver_ is not listed then install it with: `brew install chromedriver`
9
+ 4. Follow the readme file in the generate project folder.
data/gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source "https://rubygems.org"
2
+ gemspec
@@ -18,7 +18,7 @@ Required Tools in Generated Gemfile:
18
18
 
19
19
  * Cucumber for the test framework
20
20
 
21
- * Page-Object gem for the test code (it is a wrapper for Selenium & Watir WebDriver)
21
+ * Page-Object gem for the test code (it is a wrapper for Selenium & Watir WebDriver and allows user to easily use the Page Object design pattern)
22
22
 
23
23
  * Rake for launching tests / tasks
24
24
 
@@ -27,7 +27,7 @@ Required Tools in Generated Gemfile:
27
27
 
28
28
  Browser the test needs to run on:
29
29
 
30
- * Chrome (Chrome driver should be installed first if not already. See installing Chrome driver abo)
30
+ * Chrome (Chrome driver should be installed first if not already. See installing Chrome driver above)
31
31
 
32
32
 
33
33
  Time:
@@ -40,7 +40,7 @@ Time:
40
40
 
41
41
  Tests scenarios:
42
42
 
43
- _Goto_ [loblaw.ca](https://www.loblaws.ca/)
43
+ _Goto_ [loblaws.ca](https://www.loblaws.ca/)
44
44
 
45
45
  1a) Search for `apples` and sort the search results from highest price to lowest price. Confirm that the web site has sorted the price correctly.
46
46
 
@@ -1,3 +1,3 @@
1
1
  module AutomationWizard
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automation_wizard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Avery Roswell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-11 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -36,40 +36,40 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.2'
39
+ version: '2.4'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 1.2.0
42
+ version: 2.4.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: '1.2'
49
+ version: '2.4'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 1.2.0
52
+ version: 2.4.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
57
  - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: '2.13'
59
+ version: '3.5'
60
60
  - - ">="
61
61
  - !ruby/object:Gem::Version
62
- version: 2.13.0
62
+ version: 3.5.0
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.13'
69
+ version: '3.5'
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: 2.13.0
72
+ version: 3.5.0
73
73
  - !ruby/object:Gem::Dependency
74
74
  name: pry
75
75
  requirement: !ruby/object:Gem::Requirement
@@ -90,20 +90,6 @@ dependencies:
90
90
  - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: 0.10.0
93
- - !ruby/object:Gem::Dependency
94
- name: require_all
95
- requirement: !ruby/object:Gem::Requirement
96
- requirements:
97
- - - ">="
98
- - !ruby/object:Gem::Version
99
- version: '0'
100
- type: :runtime
101
- prerelease: false
102
- version_requirements: !ruby/object:Gem::Requirement
103
- requirements:
104
- - - ">="
105
- - !ruby/object:Gem::Version
106
- version: '0'
107
93
  - !ruby/object:Gem::Dependency
108
94
  name: aruba
109
95
  requirement: !ruby/object:Gem::Requirement
@@ -129,9 +115,12 @@ extra_rdoc_files: []
129
115
  files:
130
116
  - ".gitignore"
131
117
  - ChangeLog
118
+ - Gemfile.lock
132
119
  - Readme.md
133
120
  - automation_wizard.gemspec
134
121
  - bin/wiz
122
+ - email_instructions.md
123
+ - gemfile
135
124
  - lib/automation_wizard.rb
136
125
  - lib/automation_wizard/cli.rb
137
126
  - lib/automation_wizard/generators/project.rb
@@ -167,4 +156,3 @@ signing_key:
167
156
  specification_version: 4
168
157
  summary: Generator for wizard test. Generator for base project setup.
169
158
  test_files: []
170
- has_rdoc: