Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Testing Guide
authored
May 20, 2022
by
Nico Langhorst
Show whitespace changes
Inline
Side-by-side
Guidelines/Testing-Guide.md
View page @
b81cead0
...
...
@@ -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)
...
...
...
...