I have to execute a task after all the tests have run in karate. So i was trying to add @AfterAll annotation to the Karate Runner and defined a function to do the task of executing a python script by using karate.exec(), but it was showing an error that cannot resolve symbol karate.
Any help would be appreciated.