Skip to content

KosyanMedia/xcresults

This branch is 20 commits ahead of, 5 commits behind eroshenkoam/xcresults:main.

Folders and files

NameName
Last commit message
Last commit date
Sep 14, 2023
Jan 11, 2023
Nov 7, 2024
Nov 2, 2023
Mar 8, 2022
Nov 6, 2023
Sep 12, 2023
Nov 2, 2023
Mar 8, 2022
Feb 24, 2020

Repository files navigation

xcresults

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

To build an executable xcresults use gradle command found below:

./gradlew clean nativeImage

A final executable binary distributive will be placed here:

./build/graal

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 <command> <options>

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

Export to Allure2 results

xcresults export /path/to/Test.xcresult /path/to/outputDirectory

After that you can generate Allure report by following command:

allure serve /path/to/outputDirectory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 66.3%
  • FreeMarker 33.7%