Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eroshenkoam/xcresults


https://github.com/eroshenkoam/xcresults

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# xcresults

A command line tool to extract test summaries & screenshots from Xcode 11 XCResult files.

## Installation

Download latest version from github releases:

`wget https://github.com/eroshenkoam/xcresults/releases/latest/download/xcresults`

And make it executable:

`chmod +x xcresults`

## Usage

`xcresults `

Below are a few examples of common commands. For further assistance, use the --help option on any command

### Export to Allure2 results

Single source:
`xcresults export /path/to/Test.xcresult -o /path/to/outputDirectory`

Multiple sources:
`xcresults export /path/to/First.xcresult /path/to/Second.xcresult -o /path/to/outputDirectory`

After that you can generate Allure report by following command:

`allure serve /path/to/outputDirectory`