From 6ac66a7795a9ff915f5df5b513f6ed1b80678ab3 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 22 Jul 2020 16:31:31 +0200 Subject: [PATCH] docs: inform where you can find the UI master diff report --- docs/tests/ui-tests.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tests/ui-tests.md b/docs/tests/ui-tests.md index 1ff09ba34..29ba9335f 100644 --- a/docs/tests/ui-tests.md +++ b/docs/tests/ui-tests.md @@ -90,4 +90,6 @@ In the ui tests folder you will also find a Python script `report_master_diff.py creates a report where you find which tests were altered, added, or removed relative to master. This useful for Pull Requests. -This report is available as an artifact on CI as well. +This report is available as an artifact on CI as well. You can find it by +visiting the "core unix ui changes" job in your pipeline - browse the +artifacts and open `master_diff/index.html`.