MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.73k stars 120 forks source link

Add rootOutput option, to store the HTML report into the given path #105

Closed alrocha closed 4 years ago

alrocha commented 4 years ago

What this PR does?

Adds a new option to store HTML report into the given path.

Why?

There is no way to store an HTML report in a custom folder by the user.

https://github.com/spotify/XCLogParser/issues/98

@ecamacho