diff --git a/README.md b/README.md
index f560b2c23b01677661ff82d1bb867ed6f73941df..4a4fd16dc78dd8880ef5a91c25fe669344256d76 100644
--- a/README.md
+++ b/README.md
@@ -310,3 +310,5 @@ Therefore, we simply want to make sure that a change doesn't break anything impo
 
 There exists a `example_tests` folder where examples of using the `integrationTestUtils` are shown. Each test should use the appropriate set-up and tear-down/clean-up functions, so that each test operates independent of each other.
 
+Run the integration tests with `make controller-integration-tests`.
+If you want to debug the tests, use `make controller-integration-tests-debug-up` to start the environment. You can now use the debugger to debug the test (but not the goSDN side). Stop the environment when you are done with `make controller-integration-tests-debug-down`.