Headless Testing
Headless Testing
JTR 5 allows you to launch your test suites in head-less mode, that is without popping-up the JTR Console at the end of the tests.
Step 1 (and only!): change a couple of factories
The only thing you need to do is specifying the following factories in your jtr.xml file:
<factory key="ITestCompletionListener" fqn="jtr.test.impl.HeadlessTestCompletionListener"/>
<factory key="ITestResultDisplayer" fqn="jtr.test.impl.HeadlessTestResultDisplayer"/>