이것은 페이지 README
를 삭제할 것입니다. 다시 한번 확인하세요.
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
이것은 페이지 README
를 삭제할 것입니다. 다시 한번 확인하세요.