You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,7 +61,34 @@ Replace `username` with your quay user
58
61
export REGISTRY_ADDRESS=quay.io/username
59
62
```
60
63
61
-
# Run the test
64
+
##Run the test
62
65
```bash
63
66
sh .github/scripts/tests/tests.sh --kind
64
67
```
68
+
69
+
# Debug a test using GoLand
70
+
Let's say you wish to debug the `Should create a Pipeline Run` test.
71
+
The first step is right click inside the method content and select the menu
72
+
`Run 'TestIntegrationTestSuite'`. It will fail because you need to fill some parameters.
73
+
Edit the configuration for `TestIntegrationTestSuite/TestPipelineSuccessfulRun/Should_create_a_Pipeline_Run in github.com/opendatahub-io/data-science-pipelines-operator/tests`
0 commit comments