Skip to content
Update Testing Guide authored by Julian Rausch's avatar Julian Rausch
......@@ -67,7 +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```
Before running cypress tests create an empty otp instance, then run the scripts ```initialize/demoImports/CreateExampleData.groovy``` and ```initialize/demoImports/CreateExampleWorkflowData.groovy```.
Before running cypress tests create an empty otp instance, then run the following scripts:
- ```initialize/demoImports/CreateExampleData.groovy```
- ```initialize/demoImports/CreateExampleWorkflowData.groovy```
All Cypress tests can be run with ```./gradlew runCypressTests```
......
......