Teamcity test reporter for circleci.test runner
Add [circleci/circleci.test "0.4.1"]
to your :dependencies
under :dev
profile.
Add [com.leafclick/circleci.test.teamcity "0.2.0"]
to your :dependencies
under :teamcity
profile
Put following contents into dev-resources/circleci.test/config.cjl
:
(require '[com.leafclick.circleci.test.teamcity])
{:reporters [com.leafclick.circleci.test.teamcity/teamcity-reporter]}
It's recommended to use this set of Leiningen aliases:
:aliases {"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
"tests" ["run" "-m" "circleci.test"]
"retest" ["run" "-m" "circleci.test.retest"]}
See more about circleci.test runner at https://github.com/circleci/circleci.test
Copyright © 2018 leafclick s. r. o.
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close