Liking cljdoc? Tell your friends :D

com.blockether.spel.allure-reporter

Allure 3 reporter for Lazytest with embedded Playwright trace viewer.

Writes JSON result files to allure-results/, then automatically generates the full HTML report to allure-report/ using Allure 3 CLI (pinned to 3.1.0 via npx). The report embeds a local Playwright trace viewer so trace attachments load instantly without trace.playwright.dev.

Usage: clojure -M:test --output com.blockether.spel.allure-reporter/allure clojure -M:test --output nested --output com.blockether.spel.allure-reporter/allure

Output directory defaults to allure-results/. Override with: -Dlazytest.allure.output=path/to/dir LAZYTEST_ALLURE_OUTPUT=path/to/dir

Allure 3 reporter for Lazytest with embedded Playwright trace viewer.

Writes JSON result files to allure-results/, then automatically generates
the full HTML report to allure-report/ using Allure 3 CLI (pinned to 3.1.0
via npx). The report embeds a local Playwright trace viewer so trace
attachments load instantly without trace.playwright.dev.

Usage:
  clojure -M:test --output com.blockether.spel.allure-reporter/allure
  clojure -M:test --output nested --output com.blockether.spel.allure-reporter/allure

Output directory defaults to allure-results/. Override with:
  -Dlazytest.allure.output=path/to/dir
  LAZYTEST_ALLURE_OUTPUT=path/to/dir
raw docstring

allurecljmultimethod

(allure config m)

Allure 3 reporter multimethod for Lazytest.

Writes JSON results and auto-generates HTML report with embedded trace viewer.

Usage: --output nested --output com.blockether.spel.allure-reporter/allure

Allure 3 reporter multimethod for Lazytest.

Writes JSON results and auto-generates HTML report with embedded trace viewer.

Usage:
  --output nested --output com.blockether.spel.allure-reporter/allure
sourceraw docstring

generate-html-report!clj

(generate-html-report! results-dir report-dir-path)

Resolve the Allure CLI, run allure awesome (with history when available), optionally embed the local trace viewer, and patch the report JS. Returns true on success.

Resolve the Allure CLI, run `allure awesome` (with history when
available), optionally embed the local trace viewer, and patch the
report JS.  Returns true on success.
sourceraw docstring

output-dirclj

(output-dir)

Determine the output directory. Checks system property, then env var, then falls back to allure-results.

Determine the output directory. Checks system property, then env var,
then falls back to allure-results.
sourceraw docstring

report-dirclj

(report-dir)
source

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