Document LIBO_TEST_DEFAULT_DESKTOP environment variable
As defined by commit 69586e8381
(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 <mike.kaganski@collabora.com>
This commit is contained in:
parent
3e239930a1
commit
6b2b85b93d
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
Environment variables in VCL:
|
Environment variables in VCL:
|
||||||
|
|
||||||
LO_TEST_LOCALE - the locale to be used during unit tests. Defaults to en-US.
|
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)
|
|
@ -1,3 +1,7 @@
|
||||||
# UI Testing Framework
|
# UI Testing Framework
|
||||||
|
|
||||||
The code for the UI testing framework and the UI tests.
|
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
|
Loading…
Reference in a new issue