Adds SFRA 6.0

This commit is contained in:
Isaac Vallee
2021-12-21 10:57:31 -08:00
parent d04eb5dd16
commit 823c7608c3
1257 changed files with 137087 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Feature: Add Product To Cart
As a shopper, I want to search for a product and add it to cart
@homePage @cart
Scenario: Shopper is able to add a product to a cart
When shopper selects yes or no for tracking consent
Given Shopper searches for "Elbow Sleeve Ribbed Sweater"
Then selects size "S"
Then shopper changes product quantity
Then he adds the product to cart
Then he is able to see the correct product in cart

View File

@@ -0,0 +1,8 @@
Feature: Email signup
As a shopper, I want to signup to mailing list
@homePage
Scenario: Shopper is able to enter email for signup
When shopper selects yes or no for tracking consent
Then shopper enters email in signup form
And shopper subscribes to the email list

View File

@@ -0,0 +1,6 @@
Feature: Land Home Page
As a shopper, I want to land on the home Page
@homePage
Scenario: Shopper is able to land on the home Page
When shopper selects yes or no for tracking consent

View File

@@ -0,0 +1,9 @@
Feature: Store locator
As a shopper, I want to view available store locations
@homePage
Scenario: Shopper is able to use store locator.
When shopper selects yes or no for tracking consent
Then shopper goes to store locator page
And shopper searches for a store
Then shopper searches for a store with different radius

View File

@@ -0,0 +1,15 @@
Feature: Modify & Verify Mini Cart
As a shopper, I want to verify selected product attributes and modify (edit quantity and remove product) mini cart
@miniCart @miniCartGuestUser
Scenario: Shopper is able to modify mini cart, verify selected product attributes and goto Guest Checkout
Given shopper selects yes or no for tracking consent
When shopper is able to add and remove a product from minicart
And shopper is able to add a product and edit product quantity in minicart
Then shopper goes to Guest Checkout page from minicart
@miniCart @miniCartRegisteredUser
Scenario: Shopper is able to modify mini cart, verify selected product attributes and goto Registered Checkout
Given shopper logs into the website
When shopper is able to add a product and edit product quantity in minicart
And shopper is able to navigate through minicart, registered checkout pages and remove the product from cart