Tutorial Basic Automation Cypress
Tutorial Basic Automation Cypress
How to install ?
After these commands are run successfully, we will then launch PowerShell
and navigate to the directory that we just created with the following
command:
$ cd .\Documents\cypress-tests
After creating the directory, we will then initialize an empty JavaScript
project by running the following command in PowerShell:
$ npm init –y
This will create a default package.json file that will be used to define our
project.