danger-plugin-xcode-report
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

danger-plugin-xcode-report

Build Status npm version semantic-release

Add your Xcode test results to Danger.

Usage

Install:

yarn add danger-plugin-xcode-report --dev

At a glance:

// dangerfile.js
import generateXcodeReport from 'danger-plugin-xcode-report'
 
generateXcodeReport({}) // With optional XcodeReportOptions

This plugin requires json formatted results provided by xcpretty-json-formatter. The default export directory is ./build/reports/errors.json, which is where danger-plugin-xcode-report looks for it by default. If you change that just provide a different pathToReport in the options.

Take a look at XcodeReportOptions for the options you can provide to the pugin.

Acknowledgements

This plugin owes everything to the origin plugin for Danger Ruby, by Diogot, danger-xcode-summary. All credit for the idea goes to Diogot, this plugin just grew out of my desire for the same for Danger.js.

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.

Code of Conduct

See CODE_OF_CONDUCT.md.

Dependents (0)

Package Sidebar

Install

npm i danger-plugin-xcode-report

Weekly Downloads

7

Version

0.1.3

License

MIT

Unpacked Size

386 kB

Total Files

23

Last publish

Collaborators

  • stevethomp