Closed TheBishopOfSoho closed 1 year ago
Sorry, formatting is not working for the latter block
The issue is in the usage of initFlow
- it required app to be debuggable.
Note that we have deprecated initFlow
and recommend using runFlow
instead
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. Thank you for helping keep us our issue tracker clean!
Im getting the following error when trying to repeat an action in a test (Ive replaced the actiual app id with a dummy value):
` java.io.IOException: Shell command failed (run-as my.app.id find -type d): run-as: package not debuggable: my.app.id
` The test that caused this is here (note all the steps in the init file work fine:
appId: my.app.id initFlow: valid_user_signin.yml