An open API service indexing awesome lists of open source software.

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.

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:


  1. :clipboard: Cypress Dashboard / CLI can be used to run the test cases as per requirements

  2. 🔬 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

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![cypress](https://img.shields.io/badge/-cypress-%23E5E5E5?style=for-the-badge&logo=cypress&logoColor=058a5e)

![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)
![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white)
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)



## :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

[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)