Hello,
For several weeks I have been discussing with support about an issue for which I saw no explanation here, and since we finally found what is more a workaround to me than perfect solution, I thought it could be interesting to share here for future users facing the issue to know how to proceed.
For more than 5 years now we use Katalon and immetialtely loved the “rerun from here”, such a time saver, and actually paid the license almost only for that.
For a few month though, I have seen some projects projects where it was not working anymore while still working on some others…
On such projects, when trying the rerun from here feature, Katalon seems to be running (“stop” button top right can be clicked) yet nothing seems to be happening. If you go into the console tab though, you can see such error message:
...
Caught: groovy.lang.MissingMethodException: No signature of method: static com.kms.katalon.core.main.TestCaseMain.runTestCaseBindingRawScript() is applicable for argument types: (String, String, File, c.k.k.c.m.FailureHandling, Boolean, Boolean)
...
Today support proposed the following: in project settings, under execution / post execution options, disable options related to terminate drivers after each test case / test suite –> This worked for me, at last !!
I am not fully happy because I had issues and the past during remote test suite run and I had to enable settings these for a reason. But I guess in the meantime I can simply disable when I need to maintain / develop new scripts on the project locally, and enable them back when my maintenance is over just before doing my commit push.
It was a nighmare on my side, so I hope this can help someone someday.
Thanks again to Katalon support to point this out.