Raghav21
16 minutes agoNew Contributor
Tear down script not executed when project is executed from testEngine.
As part of our current project effort we have a teardown script that pulls out the runner data to pull out the execution data and push to a porta using a endpoint.
We have come up with a groovy script library file that can do this activity.
In our tearDown script we are trying to just invoke the function in the script library.
This works fine with the desktop version of readyapi, but when the same project is executed through jenkins on testEngine the function or the tearDown script is not triggered.
Could someone help out unnderstand what could be possible issues, and also suggest some resolution that helps us out.
Thanks