Skip to content

uhd-urz/arcanist-extensions-kaocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Install

To use this extension:

  1. Check out these sources and symlink KaochaUnitTestEngine.php into arcanist/src/extensions/
  2. Modify your project.clj to contain:
:profiles {:test {:dependencies [[lambdaisland/kaocha "0.0-413"]
                                 [lambdaisland/kaocha-junit-xml "0.0-70"]]}}
:aliases {"kaocha" ["with-profile" "+test" "run" "-m" "kaocha.runner"]}
  1. Create a file tests.edn with following content:
#kaocha/v1
{:plugins [:kaocha.plugin/profiling
           :kaocha.plugin/capture-output
           :kaocha.plugin/junit-xml]
 :kaocha.plugin.junit-xml/target-file "target/test/junit.xml"}
  1. Name your test namespaces ...-test (which also happens to be the convention for Kaocha)

Further documentation

About

Kaocha test support for Arcanist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages