Skip to content

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

Open
sandesh181199 wants to merge 1 commit intojonsamwell:masterfrom
sandesh181199:master
Open

Not able to terminate the application after execution 3.10.x SDK#303
sandesh181199 wants to merge 1 commit intojonsamwell:masterfrom
sandesh181199:master

Conversation

@sandesh181199
Copy link

Issue Resolved : Not able to terminate the application after execution

Issue Resolved : Not able to terminate the application after execution
@sandesh181199 sandesh181199 changed the title Update flutter_run_process_handler.dart Not able to terminate the application after execution 3.10.x SDK Aug 2, 2023
@jonsamwell
Copy link
Owner

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

@sandesh181199
Copy link
Author

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

@sandesh181199
Copy link
Author

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
Copy link
Author

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
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants