Liking cljdoc? Tell your friends :D
Clojure only.

com.blockether.spel.junit-reporter

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
raw docstring

junitcljmultimethod

(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:

  • <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)
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)
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close