From 5de139c230461dd5a2beb369fb314e7564603a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timur=20Sa=C4=9Flam?= Date: Fri, 13 Sep 2024 15:49:52 +0200 Subject: [PATCH] Update report-viewer/tests/e2e/README.md --- report-viewer/tests/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-viewer/tests/e2e/README.md b/report-viewer/tests/e2e/README.md index c2338de5e..c5e07d590 100644 --- a/report-viewer/tests/e2e/README.md +++ b/report-viewer/tests/e2e/README.md @@ -46,7 +46,7 @@ If you want to add new tests we suggest doing the following tests: - Add the dataset name to the `datasets` array - Specify the name of the zip that should be opened. They follow the pattern `DATASET_NAME-report.zip` - Specify the names of the submissions of the top comparisons. These are given as regexes - - Adding a completly new Test: + - Adding a completely new Test: - Create a new file in this folder with the file ending `.spec.ts` - Add a new test according to the playwright documentation (examples are in the other tests) - The test should start like this