Convert Xcode Test Result Bundles (*.xcresult) to JUnit XML format
xcode-project junit-test-results [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v]
[-p XCRESULT_PATTERNS]
[-d XCRESULT_DIRS]
[-o OUTPUT_DIRECTORY]
[-e OUTPUT_EXTENSION]
Path to Xcode Test result (*.xcresult) to be be converted. Can be either a path literal, or a glob pattern to match xcresults in working directory. If no search paths are provided, look for *.xcresults from current directory. Multiple arguments
Directory where Xcode Test results (*.xcresult) should be converted. If no search paths are provided, look for *.xcresults from current directory. Multiple arguments
Directory where the Junit XML results will be saved. Default: build/ios/test
Extension for the created Junit XML file. For example xml
or junit
. Default: xml
show this help message and exit
Log output stream. Default stderr
Do not use ANSI colors to format terminal output
Show tool version and exit
Disable log output for commands
Enable verbose logging for commands