Depending on your system and needs it can sometimes be desirable to remove parts of the Squish installation to slim down the package.
Removable parts of the package¶
The following folders and their subfolders can be removed without impacting the functionality of Squish:
- <squish_package_dir>/examples
- <squish_package_dir>/doc
- <squish_package_dir>/include
Those are not directly needed for running tests.
No IDE¶
If you don't want to use the IDE then you can also remove:
- <squish_package_dir>/bin/ide
Only squishserver¶
If the package is not required to execute test suite/cases itself (i.e. the test suite/case is always executed on a different computer), then you can also remove the following folders:
- <squish_package_dir>/scriptmodules
- <squish_package_dir>/python*
- <squish_package_dir>/perl
- <squish_package_dir>/ruby
- <squish_package_dir>/tcl
Those are the script interpreters and some script helper modules that squishserver does not use.