flutter_gherkin icon indicating copy to clipboard operation
flutter_gherkin copied to clipboard

Not able to terminate the application after execution 3.10.x SDK

Open sandesh181199 opened this issue 2 years ago • 5 comments
trafficstars

Issue Resolved : Not able to terminate the application after execution

sandesh181199 avatar Aug 02 '23 11:08 sandesh181199

@sandesh181199 won't exit(0) exit the current process rather than the child process of the test runner?

jonsamwell avatar Aug 02 '23 12:08 jonsamwell

Hi @jonsamwell, yes exit(0) is exiting the current process, could you please check #296 if you have any solution for this issue?

sandesh181199 avatar Aug 03 '23 09:08 sandesh181199

I can see for IOS application for closing the application exit(0) is used and for Android we can use pop(), correct me if my understanding is wrong

sandesh181199 avatar Aug 03 '23 09:08 sandesh181199

Hi @jonsamwell, I have tested the code after changing and it is working fine with other features as well. Please let me know if you have any questions about the merge. With the current library code, I am facing #296 issue, I just have the runner file and used pre-defined feature steps from the library directly.

sandesh181199 avatar Aug 07 '23 05:08 sandesh181199

@jonsamwell, let me know if somethings are needed to be checked from my end and on the merge plan for the resolution of this issue #296. As this issue is failing my pipeline tasks

sandesh181199 avatar Aug 23 '23 07:08 sandesh181199