File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#kaocha/v1
2- {:reporter #profile {:default kaocha.report/dots
3- :ci kaocha.report/documentation}
4- :color? #profile {:default true :ci false }
5- :plugins #profile {:default []
6- :ci [:kaocha.plugin/print-invocations
7- :kaocha.plugin/profiling
8- :kaocha.plugin/junit-xml ]}
9- :kaocha.plugin.profiling/count 10
10- :kaocha.plugin.junit-xml/target-file " reports/junit.xml"
11- :kaocha.plugin.junit-xml/add-location-metadata? true }
2+ {:reporter #profile {:default kaocha.report/dots
3+ :ci kaocha.report/documentation}
4+ :color? #profile {:default true :ci false }
5+ :plugins #profile {:default []
6+ :ci [:kaocha.plugin/print-invocations
7+ :kaocha.plugin/profiling
8+ :kaocha.plugin/junit-xml
9+ :kaocha.plugin/hooks ]}
10+ :kaocha.hooks/config [provisdom.test.kaocha-timeout/config-hook]
11+ :kaocha.hooks/wrap-run [provisdom.test.kaocha-timeout/wrap-run-hook]
12+ :kaocha.hooks/post-test [provisdom.test.kaocha-timeout/post-test-hook]
13+ :kaocha.plugin.profiling/count 10
14+ :kaocha.plugin.junit-xml/target-file " reports/junit.xml"
15+ :kaocha.plugin.junit-xml/add-location-metadata? true
16+ :provisdom.test.kaocha-timeout/timeout-seconds 100 }
You can’t perform that action at this time.
0 commit comments