All Cypress tests can be run with ```./gradlew runCypressTests```
For Individual testing and to use the gui run the command ```./gradlew runCypressTestsInWindow```
#### Gradle Commands ####
- ```./gradlew runCypressTests```: Run all Cypress tests
- ```./gradlew runCypressTests -Pspec="cypress/e2e/departmentConfiguration.spec.js"``` or ```./gradlew runCypressTests -Dspec="cypress/e2e/departmentConfiguration.spec.js"```: run individual Test in headless browser
- ```./gradlew runCypressTestsInWindow```: Open Cypress UI for testing with recordings