diff --git a/docs/book/src/developer/testing.md b/docs/book/src/developer/testing.md index 59d12c49b189..e1b6b2c8b5ed 100644 --- a/docs/book/src/developer/testing.md +++ b/docs/book/src/developer/testing.md @@ -37,7 +37,21 @@ a fake infrastructure provider to allow test coverage for testing the interactio ## Running unit and integration tests -Using the `test` target through `make` will run all of the unit and integration tests. +Run `make test` to execute all unit and integration tests. + + ## End-to-end tests