From 6b2b85b93da86264abf2ac5604922cc6585a81ce Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Mon, 21 Oct 2024 11:27:39 +0500 Subject: [PATCH] Document LIBO_TEST_DEFAULT_DESKTOP environment variable As defined by commit 69586e8381037417d106d8474d9f73638c5b9c55 (UI tests: use a dedicated desktop on Windows, 2024-07-17). Change-Id: Icd4ad6dfa95301fc1f6e699349278d3a0198fd08 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175296 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- test/README.vars | 1 + uitest/README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/test/README.vars b/test/README.vars index 2157d9497db8..38029f7d4c45 100644 --- a/test/README.vars +++ b/test/README.vars @@ -1,3 +1,4 @@ Environment variables in VCL: LO_TEST_LOCALE - the locale to be used during unit tests. Defaults to en-US. +LIBO_TEST_DEFAULT_DESKTOP - define this to make tests run in current (active) desktop on Windows (by default, they run on a dedicated desktop, to avoid unwanted interaction with current UI session) \ No newline at end of file diff --git a/uitest/README.md b/uitest/README.md index 8c872bed6f27..e952d055c7b4 100644 --- a/uitest/README.md +++ b/uitest/README.md @@ -1,3 +1,7 @@ # UI Testing Framework The code for the UI testing framework and the UI tests. + +The UI tests run on a dedicated desktop on Windows, to not interfere with the interactive session. +To make them run on the current (active) desktop, define the following environment variable: +LIBO_TEST_DEFAULT_DESKTOP \ No newline at end of file