Package Exports
- danger-plugin-xcode-report
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (danger-plugin-xcode-report) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
danger-plugin-xcode-report
Add your Xcode test results to Danger.
Usage
Install:
yarn add danger-plugin-xcode-report --devAt a glance:
// dangerfile.js
import generateXcodeReport from 'danger-plugin-xcode-report'
generateXcodeReport({})In order for this plugin to see your results, danger-plugin-xcode-report expects 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.=
Changelog
See the GitHub release history.
Contributing
See CONTRIBUTING.md.