Skip to content

Instantly share code, notes, and snippets.

@ricardozanini
Last active October 25, 2023 12:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardozanini/67072956b55ab71a0be8197671564a6f to your computer and use it in GitHub Desktop.
Save ricardozanini/67072956b55ab71a0be8197671564a6f to your computer and use it in GitHub Desktop.
How to set the default workspace dir for SoapUI

How to set the default workspace dir for SoapUI

  1. Locate the SoapUI installation dir
  2. Edit the SoapUI-X.X.X.vmoptions (X.X.X is the SoapUI version) and add the -Duser.home=<YOUR_NEW_WORKSPACE_DIR>.
  3. Restart SoapUI
  4. Done
@claudemirtech
Copy link

You saved my day! Thanks a lot.

@ricardozanini
Copy link
Author

No problem! Not sure when I did this, but glad it helped :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment