we have a workflow for Android intstrumented tests. When we launch it on the Bitrise server it succeeds most of the time (rare fails) but when trying to launch the same workflow locally (“bitrise run build_and_uiautomator_test”) the workflow almost always fails during the instrumented test step (“Android Instrumented Test (Failed)”). The log file I see in terminal is very scarce and doesn’t provide any insights of the problem.
How can I find more details about the fail? Is there a way to get a detailed log output from the local workflow run?
Also is there maybe a common issue for this particular behavior I can look into?
I’m using Mac and Terminal to launch the workflow.
Thank you