MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.18k stars 231 forks source link

Does bluepill capture stdout & stderr from the app? #484

Open hemantgokhale opened 3 years ago

hemantgokhale commented 3 years ago

I have some XCUITest tests where the app and the test run in separate processes on the simulator. I can see the output from the test process in file "N-simulator.log" but I cannot find the stdout/stderr from the app anywhere. Does bluepill capture stdout & stderr from the app? If so, where can I find it?