ContributionsMost RecentMost LikesSolutionsRe: Script Library in Project properties doesn't load UPDATE: I managed to pass it to CLI via "-Dsoapui.scripting.library=fulPathToWorkspace\readyapi-utils\common", where I can manipulate the full path. Script Library in Project properties doesn't load I set my script library in project properties. It works fine when ran from ReadyApi app, but not when ran from TestRunner. The property doesn't seem to be loaded when ran from testrunner as only global property gets loaded but unfortunatelly I cannot use it in my case. I am setting my library property with a relative path ("${workspaceDir}\readyapi-utils\common"). The ${workspaceDir} is not resolved in global property but it is resolved in project property... Any idea on how to load project sctript libs ? Thanks for your help. Regards Re: Get report directory in groovy code Thanks for your time and help! Get report directory in groovy code Is it possible to retrieve current report directory in groovy code? I set report dir through CLI (parameter -f%reportdir%) and I'd like to save files to that directory in groovy code. Thanks for your help Regards. Solved