From 92536debd1f87c94bf3992a7f82fc95ead023685 Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Mon, 22 Jun 2026 17:08:22 +0100 Subject: [PATCH] Modify Squish configuration for global scripts path Updated the path for GlobalScriptDirs in Squish configuration. --- doc/client/testing/System-Testing-with-Squish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/client/testing/System-Testing-with-Squish.md b/doc/client/testing/System-Testing-with-Squish.md index 9edd67a61..cc00ee64c 100644 --- a/doc/client/testing/System-Testing-with-Squish.md +++ b/doc/client/testing/System-Testing-with-Squish.md @@ -64,8 +64,8 @@ shortcut on the desktop. This will prompt for escalated privileges - enter your 1. Install Jenkins build system but run it from a command line. 1. Add the script for running the command to the startup. 1. Install squish as above. -1. Add to `C:\Users\\AppData\Roaming\froglogic\Squish\ver1` the key -`GlobalScriptDirs = "C:\\Jenkins\\workspace\\squish_ui_system_tests\\global_scripts"` +1. Add to `C:\Users\\AppData\Roaming\froglogic\Squish\ver1\paths.ini` the sectiopn `[General]` with key +`GlobalScriptDirs = "C:\\Jenkins\\workspace\\System_Tests_Squish\\global_scripts"` 1. Add applications under test to the server setup as above using the IDE 1. Change the Application Behaviour to have a startup time of 120s. 1. Check that the global script directory has been set.