Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Sketching from zero
Before starting with useful tips and comments is highly recommended that you always check the official documentation
Info |
---|
You can find the documentation here. |
Getting started
Installing
(if you don’t have initiated the project) Open your folder on VSCode, open the terminal, and type
...
c. After initializing and installing the cypress you should check and confirm that the cypress is on dependencies and it’s on the version that you want
...
Running Cypress
a. Npm
i. Open the terminal and type npx cypress open
...
Info |
---|
You can find the documentationhere. |
}
...
Building your tests
Create your spec.js file with an intuitive name for the task
Running your tests
If you don’t have opened cypress
...