Currently in my test suite i have about 7k asserts (integration testing).
The problem is the gut print output (I believe) is crashing the runner, so the task gets terminated early.
Is there anyway to disable output apart from failures?
Thanks
Example below:
In this example, I turned off assert statement comments to reduce the amount of lines printed - previously it would get stuck at around 600, now we are up to over 2k.
Currently in my test suite i have about 7k asserts (integration testing).
The problem is the gut print output (I believe) is crashing the runner, so the task gets terminated early.
Is there anyway to disable output apart from failures?
Thanks
Example below:
In this example, I turned off assert statement comments to reduce the amount of lines printed - previously it would get stuck at around 600, now we are up to over 2k.