Project website link: https://mooleker.moocommerce.no/
-
Automation Framework: Cypress
-
Build tool: npm
-
Bundled Tools: Mocha, Chai
-
Language: Javascript
-
Report: Allure
-
Project Structure: Page object Model(POM)
-
Dependency/Packages:{
"cypress": "^10.10.0",
"cypress-real-events": "^1.7.4",
"@shelex/cypress-allure-plugin": "^2.34.0",
"cypress-xpath": "^2.0.1"
} -
IDE: Visual Studio Code
- Automate Home Page
- Automate Search
- Automate Menus
- Automate Product
- Automate Product Category
- Automate Wishlist
- Automate Add To Cart
- Automate Checkout
- Need to install Node. js version 12 or 14 and above
- Open terminal to the project folder using VS Code
- Type this command: npm run dashboard:report OR npm run test
- After Complete the test execution Report will generate to allure-report Folder
- Run the index.html file using any live server extension(e.g. Live Server) to view the html report