- Click [Clone/New] button
- Copy paste "https://github.com/nikolaj-tolkaciov/testcon-cypress.git" into [Source Path / URL] input
- Input your desired path to store the repository on your local machine into [Destination Path] input
- Click the [Clone] button
- (Prerequisites) Install NodeJS
-
- Navigate to your local testcon_cypress repository directory that you selected in part 1, click on the address/navigation bar, type 'cmd' and click Enter
- -OR-
- Open your command line/terminal by clicking [Windows] keyboard key, typing "cmd" and then navigate to your local testcon_cypress repository directory through the terminal: write cd and insert the full (or relative) path of your local testcon_cypress repository directory
- Run the npm run setup command
- Navigate to your local testcon_cypress repository via File Explorer
- Enter the helpers folder and open credentials.js
- Enter the credentials provided in the workshop and save the file
- In cmd navigate to your local testcon_cypress repository directory (you should already be there if you've just completed part 2)
- Run the npm run cypress:open command
- In the open Cypress window click on login.js on the left
- Watch as Cypress does the testing for you :)