# Introduction This a bare minimum framework setup of cypress for SDET Assessment ## Tests Covered: * UI ## Framework used: * Cypress ## Design Pattern used: * Page Object Model _(POM)_ ## Prerequisite: * npm - 7.24.0 * node - 16.10.0 ## Steps to Run: 1. Clone GIT repository in named directory. **_Run:_** ``` > cd ~/workspace/ > mkdir > cd > git clone https://krshishir@bitbucket.org/livelike/cypress.git ``` 2. Install all dependencies - **_Run:_** ``` > cd ~/workspace// > npm install cypress > npm install ``` **Note**: This will install all dependencies project will be using for executing. 3. To run test - **_Run:_** ``` > cd ~/workspace/ > npx cypress open ``` - This will run all tests under directory ## Additional Information * cypress.json can be use to make any config change i.e baseUrl ## Author * Tarun Maini ## References *