2023 Trialbee Internship - Cypress

[Internship] Cypress E2E Web Automation | Environment setup on Windows & Mac OS | 2022 Series

olivia_yj 2023. 4. 5. 04:36

Environment Setup

1. Download & Install node.js first to use NPM

2. Download & install visual studio code (VS code)

3. Create a new folder for project & open in vs code

4. Open cmd/terminal then execute below command

     npm -i init => creates package.json file

5. To install cypress

    npm install cypress --save -dev

6. Start cypress

     npx cypress open    (or)

     node_modules/.bin/cypress open