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

https://github.com/anniedotexe/cypress-web-automation-testing-from-zero-to-hero

This repository contains all my notes and coursework from the Udemy course. https://www.udemy.com/course/cypress-web-automation-testing-from-zero-to-hero
https://github.com/anniedotexe/cypress-web-automation-testing-from-zero-to-hero

Last synced: 4 months ago
JSON representation

This repository contains all my notes and coursework from the Udemy course. https://www.udemy.com/course/cypress-web-automation-testing-from-zero-to-hero

Awesome Lists containing this project

README

          

# Cypress: Web Automation Testing from Zero to Hero Coursework

This repository contains all my notes and coursework from the Udemy course [Cypress: Web Automation Testing from Zero to Hero](https://www.udemy.com/course/cypress-web-automation-testing-from-zero-to-hero).

## Getting Started

### Setting Up Environment
* Install [Node JS](https://nodejs.org/en)
* Install [Git](https://git-scm.com/downloads)
* Install [VS Code](https://code.visualstudio.com/)

### Running Environment
1. [Clone the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
2. Open the Cypress Test folder (cypress spec files can be found in `/Cypress Test/cypress/e2e`)

* Run the Example UI
```
npm start
```
* Run Cypress
```
npx cypress open
```