From 05f80bdfe155c9c6404bd078da423f3d940320b9 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 17 May 2025 11:47:27 +0200 Subject: [PATCH] Add some extra docs about GUI tests --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 219caaf32..b678d9a38 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,18 @@ To run GUI tests: They use the [browser-ui-test](https://github.com/GuillaumeGomez/browser-UI-test/) framework. You can take a look at its [documentation](https://github.com/GuillaumeGomez/browser-UI-test/blob/master/goml-script.md). +Alternatively, you can start the web server and run the test manually: + +``` +node gui-tests/tester.js +``` + +For this to work, you need to install the `browser-ui-test` package: + +``` +npm install browser-ui-test +``` + ### Pure docker-compose If you have trouble with the above commands, consider using `docker-compose up --build`,