0.0
No commit activity in last 3 years
No release in over 3 years
A tool for generating reports from Xcode results bundle. Analyze results bundle directory created by Xcode during building, testing, running and generates HTML report with results.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
>= 0

Runtime

>= 0
>= 0
>= 0
>= 0
 Project Readme

GoldenRose

License

A tool for generating reports from Xcode results bundle.

Installation

sudo gem install golden_rose

Quick start

GoldenRose creates UI Automation tests report from "results" bundle created by the Xcode during execution.

  • Run UI Tests and save results bundle using -resultBundlePath:
xcodebuild -workspace MyProject.xcworkspace \
  -scheme MyApp \
  -destination 'platform=iOS Simulator,name=iPad Air 2,OS=9.2' \
  -resultBundlePath 'MyApp.test_result' test
  • Generate reports with GoldenRose:
golden_rose generate MyApp.test_result

The tool will generate a report in html format in the current directory.

Features

  • UI Automation tests
  • Reading from ZIP files
  • Unit tests reports
  • Build logs
  • Code coverage
  • Fastlane integration
  • JUnit reports
  • And more

Development

After checking out the repo, run ./bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console to start an interactive prompt that, which will enable you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/PGSSoft/GoldenRose.

License

The gem is available as open source under the terms of the MIT License.

About

The project maintained by software development agency PGS Software. See our other open-source projects or contact us to develop your product.

Twitter URL Twitter Follow