| ... | ... | @@ -62,3 +62,17 @@ And a version with some additional configurations: |
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
To debug integration tests, run `make controller-integration-tests-debug-up` and then open your desired test file and start the following config:
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"name": "Debug current integration test file",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "test",
|
|
|
|
"program": "${file}",
|
|
|
|
"env": {},
|
|
|
|
"args": [],
|
|
|
|
"showLog": true
|
|
|
|
}
|
|
|
|
``` |
|
|
\ No newline at end of file |