Setup for Cypress Training
Instructions
- Download the latest Node JS version from https://nodejs.org/en/
- Install that Node JS version using the installer for your OS
- Once installed, open a terminal window and run the command node --version to make sure Node JS was successfully installed.
- Create a specific folder for source files, for instance: C:\sources
- Download the following zip file: https://github.com/alcfeoh/ng-store-cypress/archive/master.zip
- Extract the above zip file in the source folder created at step 4. You should now have a C:\sources\ng-store-cypress-master folder
- Open a terminal in the C:\sources\ng-store-cypress-master folder and run the command npm install (this step can take several minutes)
- Then, in that same terminal run: npx cypress open. A window from Cypress will open. You're all set!
Courses and Class Files
This setup page is used for the following course: