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 +```