Skip to content
Update Testing Guide authored by Nico Langhorst's avatar Nico Langhorst
......@@ -67,9 +67,9 @@ For starting Cypress Tests a cypress.env.json file is needed. This file should c
To define an individual baseUrl use the following command:
```export CYPRESS_BASE_URL=https://localhost:8080```
All Cypress tests can be run with ```npm run cy:run```
All Cypress tests can be run with ```./gradlew runCypressTests```
For Individual testing and to use the gui run the command ```npm run cy:open```
For Individual testing and to use the gui run the command ```./gradlew runCypressTestsInWindow```
Unit Testing (With Fake Objects)
......
......