From c05228c2fd46f044274a2a51c1f0677e2f74ced5 Mon Sep 17 00:00:00 2001 From: Olexandr Radovenchyk Date: Fri, 6 Sep 2024 09:58:05 +0300 Subject: [PATCH] Fix typo update README Fix typo update README --- testool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testool/README.md b/testool/README.md index 00dc808aea..ea836c9884 100644 --- a/testool/README.md +++ b/testool/README.md @@ -94,7 +94,7 @@ Sometimes there are some files or specific tests that we want to disable at all. When the command line parameter `--report` is defined, it automatically: - After the execution, a two files are created in the `report` folder. They are - - `-.hml` with the browsable results of the execution. + - `-.html` with the browsable results of the execution. - `-.csv` with the raw results of the execution - The HTML file also contains the diff with the previous result. The previous result file is the more recent csv file with different commit from the current one