From 13c4d9e26da7d13bd3fe1c867362a6b0397db1f7 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Wed, 25 Aug 2021 12:34:19 +0200 Subject: [PATCH] book: add tips on how to speed up test execution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- docs/book/src/developer/testing.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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