- Cypress
- @faker-js/faker - to generate fake (but realistic) data for testing.
URL: https://www.saucedemo.com/
- Login
- Product Catalog
- Cart
- Checkout
git clone https://github.com/gabrieltrajano/swaglabs
npm install
// To execute headless mode tests:
npx cypress run
// To execute interactive mode tests:
npx cypress open
Made with 💜 by Gabriel Trajano.