Skip to content

wenderson-me/modern-automation-testing

Repository files navigation

🚀 E2E Testing

Requirements ⚙️

Before starting, you will need to have the following tools installed on your machine: Git, Node.js and Cypress. Besides this, it is good to have an editor to work with the code, such as VSCode

# Clone this repository
$ git clone <https://github.com/wenderson-me/modern-automation-testing.git>

# Install dependencies
$ npm install

# Run the application in the browser
$ npm run cy:open

# Run the application in headless mode
$ npm run cy:run

Stack