Skip to content

Mahbub091/cypress_e2e_showcase

Repository files navigation

cypress_e2e_framework

Cypress Test

GitHub pull-requests GitHub branches GitHub issues GitHub latest commit GitHub commits GitHub license

  • This repo will contain Cypress IO Automation On https://ecommerce-playground.lambdatest.io/ withJavaScript& Mochawesome Reportingalong with CI/CD onGithub Actions for showcase purposes.

  • For checking the codes and test run of this suite please follow the below process:

  • ➡ Clone This Repo by running git clone {Repo HTTPS/SSH code}

  • ➡ Now open Terminal from your IDE. I'm using VS Code

  • ➡ Run the following commands on the Terminal to run the existing tests

  •               💠 npm install (Will Install All The Dependencies)
    
  •               💠 npm run cy:test (Will execute the test suite on headless mode while executing the PRETEST & POST-TEST Conditions)
    
  •               💠 npm run cy:open (Will open the Cypress GUI Runner)
    
  • You can check the execution reports under cypress/reports folder....