-
Notifications
You must be signed in to change notification settings - Fork 7
Can't read Xcode log file #8
Comments
You need to use backticks when running
Are the test failures showing up on the html or junit reports? |
I got |
It's hard to investigate without the log or a repro example. It'd be really helpful if you could upload it or send to me privately so I can take a closer look. |
bash: xcpretty-json-formatter: command not found from /Users/hurry.qin/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in eval' from /Users/hurry.qin/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in '
same problem |
I solved this error by reinstall xcpretty-json-formatter |
When I'm trying to read log file generated by fastlane I see the following error
The command that fastlane scan executes is following:
After this is run I do get json report file, but it does not contain expected test failures, only warnings and test summary messages.
The text was updated successfully, but these errors were encountered: