mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 17:01:11 +00:00
Update to bat-test
This commit is contained in:
parent
cd73f747af
commit
10d1e12e0a
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
[lein-cljsbuild "1.1.7"]
|
[lein-cljsbuild "1.1.7"]
|
||||||
[lein-cloverage "1.0.10"]
|
[lein-cloverage "1.0.10"]
|
||||||
[lein-codox "0.10.3"]
|
[lein-codox "0.10.3"]
|
||||||
[metosin/boot-alt-test "0.4.0-20171019.180106-3"]]
|
[metosin/bat-test "0.4.0"]]
|
||||||
|
|
||||||
:profiles {:dev {:jvm-opts ^:replace ["-server"]
|
:profiles {:dev {:jvm-opts ^:replace ["-server"]
|
||||||
|
|
||||||
|
|
@ -70,12 +70,12 @@
|
||||||
"-XX:+PrintInlining"]}}
|
"-XX:+PrintInlining"]}}
|
||||||
:aliases {"all" ["with-profile" "dev"]
|
:aliases {"all" ["with-profile" "dev"]
|
||||||
"perf" ["with-profile" "default,dev,perf"]
|
"perf" ["with-profile" "default,dev,perf"]
|
||||||
"test-clj" ["all" "do" ["alt-test"] ["check"]]
|
"test-clj" ["all" "do" ["bat-test"] ["check"]]
|
||||||
"test-browser" ["doo" "chrome-headless" "test"]
|
"test-browser" ["doo" "chrome-headless" "test"]
|
||||||
"test-advanced" ["doo" "chrome-headless" "advanced-test"]
|
"test-advanced" ["doo" "chrome-headless" "advanced-test"]
|
||||||
"test-node" ["doo" "node" "node-test"]}
|
"test-node" ["doo" "node" "node-test"]}
|
||||||
|
|
||||||
:alt-test {:report [:pretty
|
:bat-test {:report [:pretty
|
||||||
{:type :junit
|
{:type :junit
|
||||||
:output-to "target/junit.xml"}]}
|
:output-to "target/junit.xml"}]}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue