Hi,
I am facing issue with same as below,
In my flow bamboo is pickup the script and executing it, but the task is getting failed due to error even the script/test is passed.
sharing below some Error Line of code in the log for the reference.
11-May-2018 03:09:15 Error occurred while running Task 'RoboTestTask(2)' of type Skyve.Bamboo.RobotTest:RobotTest.
error 11-May-2018 03:09:15 java.lang.NoSuchMethodError: com.atlassian.bamboo.results.tests.TestResults.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;)V
error 11-May-2018 03:09:15 at Skyve.Bamboo.RobotTestTask.RobotTestReportProvider.getTestCollectionResult(RobotTestReportProvider.java:112)
error 11-May-2018 03:09:15 at com.atlassian.bamboo.build.test.TestCollationServiceImpl.collateTestResults(TestCollationServiceImpl.java:46)
error 11-May-2018 03:09:15 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Please help me on this, As my CI integration is on hold because of above issue.