[circle ci]: plugin in "test2junit"
This commit is contained in:
parent
3fc53f747e
commit
9972893710
3 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@ pom.xml.asc
|
|||
.repl*
|
||||
dev/resources/public/js/*
|
||||
figwheel_server.log
|
||||
build.xml
|
||||
*.jar
|
||||
*.class
|
||||
/.lein-*
|
||||
|
|
|
|||
|
|
@ -7,3 +7,4 @@ test:
|
|||
- lein do clean, test
|
||||
- lein do clean, doo phantom test once
|
||||
- lein do clean, cljsbuild once prod
|
||||
- lein test2junit
|
||||
|
|
|
|||
|
|
@ -23,7 +23,10 @@
|
|||
|
||||
:plugins [[lein-cljsbuild "1.1.1"]
|
||||
[lein-doo "0.1.6"]
|
||||
[lein-figwheel "0.5.0-2"]]
|
||||
[lein-figwheel "0.5.0-2"]
|
||||
[test2junit "1.1.3"]]
|
||||
|
||||
:test2junit-output-dir ~(or (System/getenv "CIRCLE_TEST_REPORTS") "target/test2junit")
|
||||
|
||||
:clean-targets ^{:protect false} [:target-path
|
||||
[:cljsbuild :builds :dev :compiler :output-dir]
|
||||
|
|
|
|||
Loading…
Reference in a new issue