lambdaisland / lambdaisland/kaocha-cljs2
`kaocha.report/documentation` reporter doesn't show `testing` text in reports
Open
Nobody has claimed this yet.
bug
- Dominant language
- Clojure
- Stars
- 34
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
kaocha.report/documentation reporter doesn't show testing text in reports for cljs.test package. Works fine when clj.test package is used
For the example below
(ns login.core-tests
(:require [cljs.test :refer [deftest testing is]]))
(deftest login-logo-test
(testing ("logo should be shown")))
Expected result
login.core-tests
login-logo-test
logo should be shown
Current result
login.core-tests
login.core-tests/login-logo-test
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the kaocha.report/documentation reporter and compare how it handles cljs.test versus clj.test output. Reproduce the provided login-logo-test example; done means the report includes “logo should be shown” under login-logo-test instead of only the fully qualified test name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100