Disable capturing of STDOUT and STDERR output

Last edited on

Description

By default Squish will capture AUT output printed on stdout and stderr. This is usually fine and convenient for logging in the test results. But sometimes, you may want to log the output yourself. Your setup may even rely on one tool reading the output from another.

To disable the capturing set the following environment variable:

SQUISH_NO_CAPTURE_OUTPUT=1

Application output will then be showing up unfiltered in the Server Log window or wherever the application was launched.