automation_wizard 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ChangeLog +3 -0
- data/lib/automation_wizard/generators/project/Readme.md.tt +10 -7
- data/lib/automation_wizard/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58cc099f70984ac1f7dc7f94c5f5c34856be644a
|
4
|
+
data.tar.gz: f6eb9cac48dfd89bbb04a9961a9d36f05b0ba704
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b4c25104362f4207949b938a3d5ed23e96e4dff615921a1c46e0eb8cf16d835ea9d718e0b1f268c26087154b0e23a5ae6460013b8d5a9fc77eb94417c5b0946
|
7
|
+
data.tar.gz: ad7ea6478bd4424b5ca5eeeda2a05e29569ac514c80fd3adee180fe60da697df19fc048db21c07f0effb8df3e2ff58ff9df18512600f0901720ba780ed7e3de4
|
data/ChangeLog
CHANGED
@@ -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
|
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
|
-
|
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
|
-
*
|
35
|
+
* 5 days from the time the candidate receives the email with the test instructions.
|
36
36
|
|
37
|
-
* You can contact
|
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
|
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
|
+
|