This repository in which Cypress has been used as a tool, it uses JavaScript as a programming language.
|
3 years ago | |
---|---|---|
cypress | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
cypress.json | 3 years ago | |
package.json | 3 years ago |
This a bare minimum framework setup of cypress for SDET Assessment
Run:
```
> cd ~/workspace/
> mkdir <cypress_directory_name>
> cd <cypress_directory_name>
> git clone https://krshishir@bitbucket.org/livelike/cypress.git
```
Run:
```
> cd ~/workspace/<cypress_directory_name>/<where_your_package.json_is>
> npm install cypress
> npm install
```
Note: This will install all dependencies project will be using for executing.
Run:
```
> cd ~/workspace/<cypress_directory_name>
> npx cypress open
```
- This will run all tests under <cypress_directory_name> directory