lambdaisland / lambdaisland/kaocha-cljs2

`kaocha.report/documentation` reporter doesn't show `testing` text in reports

Open
#8 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.