Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mt3593/circleci-ultra-reporter
Example of circleci reporter utilising the ultra library
https://github.com/mt3593/circleci-ultra-reporter
Last synced: 20 days ago
JSON representation
Example of circleci reporter utilising the ultra library
- Host: GitHub
- URL: https://github.com/mt3593/circleci-ultra-reporter
- Owner: mt3593
- Created: 2018-09-10T17:59:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T08:58:56.000Z (over 4 years ago)
- Last Synced: 2024-10-07T17:55:03.516Z (about 1 month ago)
- Language: Clojure
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# circleci-ultra-reporter
Reporter for [circleci.test](https://github.com/circleci/circleci.test) that utilises the [ultra](https://github.com/venantius/ultra) library.
## Installation
To install this library add the following to you test dependancies `[circleci-ultra-reporter "0.1.0"]`
Then in your config file for [circleci.test](https://github.com/circleci/circleci.test) (default location is `dev-resources/circleci_test/config.clj` but may not exist if just using default config), add the circleci-ultra-reporter to the list of reporters:
```clojure
(require '[circleci-ultra-reporter.core :refer [ultra-test-reporter]]){:reporters [ultra-test-reporter]}
```## Special thanks
This is a library that allows you to have the impressive test reporter from `ultra` combined with the power of `circleci.test`, so all the thanks go to these libraries and their maintainers!