automation_wizard 0.1 → 0.1.1

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: 278280f6976a396faab9b3b87edb3c78df1b6e6d
4
- data.tar.gz: dffab9fd29018cb43bd64f0f1b25e9e32244b085
3
+ metadata.gz: 58cc099f70984ac1f7dc7f94c5f5c34856be644a
4
+ data.tar.gz: f6eb9cac48dfd89bbb04a9961a9d36f05b0ba704
5
5
  SHA512:
6
- metadata.gz: 1ab199f9751d3da87d6db6a75e74450f3cfcc9bd481e5f9ada0c442d127c55c9f6d38b4e67ce897613b4c24254e4ec28dffceaf4e4e870262cfb6ea040d638d6
7
- data.tar.gz: 5297caef617e6e810e5698fe619de9c21e40a2be5b578b69c201f7977d184ec15e164225837ccbfd6f17520873dfda15e8a34a4fb389db770a5cdbd9d2203d12
6
+ metadata.gz: 8b4c25104362f4207949b938a3d5ed23e96e4dff615921a1c46e0eb8cf16d835ea9d718e0b1f268c26087154b0e23a5ae6460013b8d5a9fc77eb94417c5b0946
7
+ data.tar.gz: ad7ea6478bd4424b5ca5eeeda2a05e29569ac514c80fd3adee180fe60da697df19fc048db21c07f0effb8df3e2ff58ff9df18512600f0901720ba780ed7e3de4
data/ChangeLog CHANGED
@@ -1,2 +1,5 @@
1
+ === Version 0.1.1 / 2016-08-11
2
+ * Updated Readme file test questions and timeline.
3
+
1
4
  === Version 0.1 / 2016-08-11
2
5
  * Initial release that contains a simple project generator for candidates apply to the Test Automation Team
@@ -2,9 +2,9 @@
2
2
 
3
3
  Purpose:
4
4
 
5
- 1. To measure candidate's ability to build robust tests using the PageObject gem as a base.
5
+ 1. To measure the candidate's ability to build robust tests using the PageObject gem as a base.
6
6
 
7
- 2. To measure candidate's overall code quality and test architecture
7
+ 2. To measure the candidate's overall code quality
8
8
 
9
9
 
10
10
  Deliverables:
@@ -14,7 +14,7 @@ Deliverables:
14
14
  * Include instructions on how to run the tests and install any required libraries
15
15
 
16
16
 
17
- Recommended Tools in Generated Gemfile:
17
+ Required Tools in Generated Gemfile:
18
18
 
19
19
  * Cucumber for the test framework
20
20
 
@@ -27,14 +27,14 @@ Recommended 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.)
30
+ * Chrome (Chrome driver should be installed first if not already. See installing Chrome driver abo)
31
31
 
32
32
 
33
33
  Time:
34
34
 
35
- * 1 week from the time the candidate receives the email with the test instructions.
35
+ * 5 days from the time the candidate receives the email with the test instructions.
36
36
 
37
- * You can contact aroswell@gmail.com via email or on google hangout for any questions or clarifications
37
+ * You can contact avery.roswell@loblaw.ca OR justin.commu@loblaw.ca via email for any questions or clarifications
38
38
 
39
39
 
40
40
 
@@ -46,4 +46,7 @@ _Goto_ [loblaw.ca](https://www.loblaws.ca/)
46
46
 
47
47
  1b) Search for `apples` and use the _Price Reduction_ filter under _Promotions_ to sort the search by sale badges. Verify for every product: the amount on the badge and the price reduction match, and that the price in kg is equivalent to the price in lbs.
48
48
 
49
- 2) As a new user to the site, add an item to your cart. The site should ask you to pick a store. After selecting a store that allows online shopping, confirm that the homepage displays the correct store. Then select a timeslot in the slot wizard and confirm that the homepage displays the correct timeslot.
49
+ 2) As a new user to the site, add an item to your cart and verify it was added successfully. The site should ask you to pick a store, so you will need to handle that :).
50
+
51
+ 3) As a new user to the site, click 'Start A New Order' and select a store that allows online shopping, confirm that the homepage displays the correct store.
52
+
@@ -1,3 +1,3 @@
1
1
  module AutomationWizard
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automation_wizard
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Avery Roswell