flutter_gherkin
flutter_gherkin copied to clipboard
Not able to terminate the application after execution 3.10.x SDK
Issue Resolved : Not able to terminate the application after execution
@sandesh181199 won't exit(0) exit the current process rather than the child process of the test runner?
Hi @jonsamwell, yes exit(0) is exiting the current process, could you please check #296 if you have any solution for this issue?
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
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.
@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