New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

golden_rose

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

golden_rose

  • 1.0.0.pre
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

GoldenRose

Gem 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 [options]

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

golden_rose command options

  • -o --output - specifies output directory, goldenrose by default
  • -f --force-save - if typed then the whole destination directory will be overwritten

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

FAQs

Package last updated on 19 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc