From a2cf0bf966f49d13b03a83200c25730cbe353cce Mon Sep 17 00:00:00 2001 From: seraphima Date: Mon, 18 Mar 2024 22:09:32 +0100 Subject: [PATCH] update docs --- doc/devdocs/modules/fancyzones.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/devdocs/modules/fancyzones.md b/doc/devdocs/modules/fancyzones.md index 1603e5b27a..61a7ea58fa 100644 --- a/doc/devdocs/modules/fancyzones.md +++ b/doc/devdocs/modules/fancyzones.md @@ -4,12 +4,13 @@ UI tests are implemented using [Windows Application Driver](https://github.com/m ## Before running tests - - Download and run Windows Application Driver installer from https://github.com/Microsoft/WinAppDriver/releases + - Install Windows Application Driver v1.2.1 from https://github.com/microsoft/WinAppDriver/releases/tag/v1.2.1. - Enable Developer Mode in Windows settings ## Running tests - - Run WinAppDriver.exe from the installation directory (E.g. `C:\Program Files (x86)\Windows Application Driver`) + - Exit PowerToys if it's running + - Run WinAppDriver.exe from the installation directory. Skip this step if installed in the default directory (`C:\Program Files (x86)\Windows Application Driver`); in this case, it'll be launched automatically during tests. - Open `PowerToys.sln` in Visual Studio and build the solution. - Run tests in the Test Explorer (`Test > Test Explorer` or `Ctrl+E, T`).