ArCiGo / SWAG-Labs-QA-Automation-Certification-Wizeline

Basic SWAG Labs Automation Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWAG-Labs. QA Automation Certification Wizeline

Basic SWAG Labs Automation Framework

Scenarios covered:

  • Login with a valid user
  • Login with invalid user
  • Logout from product's page
  • 4. Navigate to the shopping cart
  • 5. Add single item to the shopping cart
  • 6. Add multiple items to the shopping cart
  • 7. Continue with missing mail information
  • 8. Fill user's information
  • 9. Final order items
  • 10. Complete a purchase

Bonus covered:

  • Using of TestCafĂ© roles
  • Data provider for the test data
  • Test data reporter
  • Multi-browser testing

How to run the project

/* Runs the automation in Google Chrome */
npm run test-all-chrome
/* Runs the automation in all the available browsers installed in the computer */
npm run test-all-chrome

Note: Don't forget to install the node packages (npm i)

About

Basic SWAG Labs Automation Framework


Languages

Language:JavaScript 100.0%