actually these screenshots are also shown on a module error.
To en/disable this feature you have to enter the Test Suite settings and check/uncheck "Capture Tracing Screenshots".
refer to screenshots-on-user-errors-but-not-module-errors-t2096.html
It works if command line argument
- Code: Select all
GeneratedTestSuite.exe /testsuite
But my Testframework ist starting only module per module like
- Code: Select all
GeneratedTestSuite.exe /module:Test1
In this case no screenshots are shown on a module error.
Can they be enabled for this case?