this is the exception we get in console when it tries to report: jsystem.framework.report.RunnerListenersManager reportWithoutBuffer SEVERE: Fail to report java.lang.NullPointerException at jsystem.extensions.report.difido.AbstractHtmlReporter.report(AbstractHtmlReporter.java:166) at jsystem.framework.report.RunnerListenersManager.reportWithoutBuffer(RunnerListenersManager.java:1516) at jsystem.framework.report.RunnerListenersManager.report(RunnerListenersManager.java:1407) at jsystem.framework.report.DefaultReporterImpl.report(DefaultReporterImpl.java:113)...
Hi, im trying to run jython tests in jsystem , i have managed to execute the test and it seems that the reporter is priniting to the console data. i have two issues currently: no html report is generated - in the current folder there is only the file "reports.0.xml" and nothing else i cannot see the test in the Jrunner (i have added jython engine to the jsystem.properties file) our team needs to run both java and python tests, so a solution would be very much appreciated