From 399832d08734a98ab9d75f4255ba917411d61419 Mon Sep 17 00:00:00 2001 From: ggouzi Date: Thu, 13 Aug 2026 19:35:42 +0200 Subject: [PATCH] test/e2e/README: document the --report argument Signed-off-by: ggouzi --- test/e2e/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/e2e/README.md b/test/e2e/README.md index 8973f5527..28b007fa2 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -105,3 +105,11 @@ EVACUATION_COUNTS=0 ./run mc # do multuple rolling reboots/evacuation tests: EVACUATION_COUNTS=5 ./run mc ``` + +### HTML report + +Passing `--report` to the `run` script will generate a brief HTML report upon completion (whether the tests pass or fail). The report file is created in the current directory. + +```sh +./run --report mc +```