Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 700 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 700 Bytes

E2E-Cypress-Framework1

Here you can get the basic cypress project with POM framework. Here the sample Examples that we used Mr. Naveen's test website. https://naveenautomationlabs.com/opencart/ test----- my test git test

commands

npx cypress run - To run in headless mode npx cypress open

CI/CD pipeline using Github

  1. Run Cypress test on CICD using Github Actions.
  2. Run customized script on CICD using Actions.
  3. Run Cypress teston multiple browsers (chrome/firefox) using Github Action.
  4. Parallel Execution using Github Actions.

Report Upload

  1. Upload an Individual File
  2. Check the .github\workflow\build.yml file.
  3. Reference link https://github.com/actions/upload-artifact