https://github.com/nidhish-nayak/cypress
This project includes Automation Testing which explores different areas of testing.
https://github.com/nidhish-nayak/cypress
automation-testing ci end-to-end-testing testing ui-testing
Last synced: 3 months ago
JSON representation
This project includes Automation Testing which explores different areas of testing.
- Host: GitHub
- URL: https://github.com/nidhish-nayak/cypress
- Owner: nidhish-nayak
- Created: 2022-12-26T08:33:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T08:47:07.000Z (over 3 years ago)
- Last Synced: 2025-01-18T23:44:11.073Z (over 1 year ago)
- Topics: automation-testing, ci, end-to-end-testing, testing, ui-testing
- Language: JavaScript
- Homepage:
- Size: 73.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 💫 Cypress - Quality Automation
This project includes Automation Testing using Cypress which explores different areas of testing such as:
:rocket: UI Testing
:jigsaw: E2E Testing
Note:
- :clipboard: Cypress Dashboard / CLI can be used to run the test cases as per requirements
- 🔬 Continuous Integration with Github Actions has been implemented such that the tests are run automatically if any test cases are pushed to the github repository.
## 💻 Technologies Used





## :zap: Cypress Run Commands
To run a specific cy.js file follow the instructions given below post loggin in to 'cypress-automation' folder:
Run Command in Terminal:
npx cypress run --spec cypress/e2e/myTestCases/testPOM.cy.js
To run all the test cases, follow the instructions given below post loggin in to 'cypress-automation' folder:
Run Command in Terminal:
npx cypress run
## :briefcase: License
[](./LICENSE)