JUnit XML reporter for Lazytest.
Produces JUnit XML output fully compliant with the Apache Ant JUnit schema (https://github.com/windyroad/JUnit-Schema) and compatible with CI systems: GitHub Actions, Jenkins, GitLab CI.
Usage: clojure -M:test --output com.blockether.spel.junit-reporter/junit clojure -M:test --output nested --output com.blockether.spel.junit-reporter/junit
Output file defaults to test-results/junit.xml. Override with: -Dlazytest.junit.output=path/to/output.xml LAZYTEST_JUNIT_OUTPUT=path/to/output.xml
JUnit XML reporter for Lazytest. Produces JUnit XML output fully compliant with the Apache Ant JUnit schema (https://github.com/windyroad/JUnit-Schema) and compatible with CI systems: GitHub Actions, Jenkins, GitLab CI. Usage: clojure -M:test --output com.blockether.spel.junit-reporter/junit clojure -M:test --output nested --output com.blockether.spel.junit-reporter/junit Output file defaults to test-results/junit.xml. Override with: -Dlazytest.junit.output=path/to/output.xml LAZYTEST_JUNIT_OUTPUT=path/to/output.xml
(junit config m)JUnit XML reporter for Lazytest.
Writes test results as JUnit XML on test run completion. Silent during the run — designed to be combined with a visual reporter:
--output nested --output com.blockether.spel.junit-reporter/junit
Produces output compliant with the Apache Ant JUnit schema including:
JUnit XML reporter for Lazytest. Writes test results as JUnit XML on test run completion. Silent during the run — designed to be combined with a visual reporter: --output nested --output com.blockether.spel.junit-reporter/junit Produces output compliant with the Apache Ant JUnit schema including: - <testsuites> with aggregate counts (tests, failures, errors, skipped) - <testsuite> with timestamp, hostname, package, id - <testcase> with file attribute (for GitLab CI) - <failure> vs <error> distinction (assertion vs unexpected exception) - <skipped> support for pending tests - <properties> with environment metadata (JVM, OS, Clojure version)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |