Automate the Web UI for the Website https://www.saucedemo.com/ with Cucumber / Gherkins and on language that we are using on this Project is Java with Selenium including the Allure Report result in this Project
Worked Done in this Project
- To log on to the Web application.
- Select a Product from the Product Page list.
- Add to Cart Product into the cart.
- Goto Cart List.
- Checkout from the Cart Page with all details Entered.
- Checkout Overview for Product Payment, Shipping, and Price.
- Checkout Complete and Exit.
How to Execute the Project
Just clone the Project on your PC
prerequisite things: IntelliJ IDE installed on your PC
Just Open the Project on IntelliJ IDE with Maven and Java's latest Version to build the Project and now you can run the BaseTest.feature file from the Path mentioned -> src/test/java/Featurefile
Thing used in this Project:
Selenium https://www.selenium.dev
Cucumber / Gherkins https://cucumber.io/ & Gherkins Dependencies
Allure Report https://docs.qameta.io/allure/