Make File Lookups Relative for Composite Projects
For regular projects in SoapUI Pro, you can set the Resource Root at the project level to be either ${projectDir} or ${workspaceDir} so that file lookups will be relative to the directory where the project or workspace file is stored. Given how this works in a regular project, I assume that files are being located relative to where the project XML file is stored, meaning that my files will be found if they are in the same directory as my [project name].xml file.
However, for composite projects, this isn't possible since the project is broken up into several small XML files representing the separate test cases within the project.
Would it be possible to add an option in Resource Root for the parent directory of a composite project so that all file lookups are relative to the parent?