-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from danielarbc/refact/improve-checkout-commands
Refact/improve checkout commands
- Loading branch information
Showing
8 changed files
with
157 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Onesie" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"productName": "Sauce Labs Backpack", | ||
"productDescription": "carry.allTheThings() with the sleek, streamlined Sly Pack that melds uncompromising style with unequaled laptop and tablet protection.", | ||
"productPrice": "$29.99", | ||
"dataTestName": "sauce-labs-backpack" | ||
}, | ||
{ | ||
"productName": "Sauce Labs Bike Light", | ||
"productDescription": "A red light isn't the desired state in testing but it sure helps when riding your bike at night. Water-resistant with 3 lighting modes, 1 AAA battery included.", | ||
"productPrice": "$9.99", | ||
"dataTestName": "sauce-labs-bike-light" | ||
}, | ||
{ | ||
"productName": "Sauce Labs Fleece Jacket", | ||
"productDescription": "It's not every day that you come across a midweight quarter-zip fleece jacket capable of handling everything from a relaxing day outdoors to a busy day at the office.", | ||
"productPrice": "$49.99", | ||
"dataTestName": "sauce-labs-fleece-jacket" | ||
}, | ||
{ | ||
"productName": "Sauce Labs Bolt T-Shirt", | ||
"productDescription": "Get your testing superhero on with the Sauce Labs bolt T-shirt. From American Apparel, 100% ringspun combed cotton, heather gray with red bolt.", | ||
"productPrice": "$15.99", | ||
"dataTestName": "sauce-labs-bolt-t-shirt" | ||
}, | ||
{ | ||
"productName": "Test.allTheThings() T-Shirt (Red)", | ||
"productDescription": "This classic Sauce Labs t-shirt is perfect to wear when cozying up to your keyboard to automate a few tests. Super-soft and comfy ringspun combed cotton.", | ||
"productPrice": "$15.99", | ||
"dataTestName": "test.allthethings()-t-shirt-(red)" | ||
}, | ||
{ | ||
"productName": "Sauce Labs Onesie", | ||
"productDescription": "Rib snap infant onesie for the junior automation engineer in development. Reinforced 3-snap bottom closure, two-needle hemmed sleeved and bottom won't unravel.", | ||
"productPrice": "$7.99", | ||
"dataTestName": "sauce-labs-onesie" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters