Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to generate test output with junit xml format #107

Open
bansd opened this issue Jun 13, 2017 · 0 comments
Open

Not able to generate test output with junit xml format #107

bansd opened this issue Jun 13, 2017 · 0 comments

Comments

@bansd
Copy link

bansd commented Jun 13, 2017

I have my test.clj defined in:

myapp/test/mytests/test.clj

(ns mytests.test)
; (def props (Properties.))
; (.load props (FileInputStream. (first *command-line-args*)))

;;namespaces to run tests for
(def namespaces  ['rdt-bb-rest-service.bbservice-test])

;; should there be junit compatible output or not
(def junit true)
;; what is the output directory that results should be written to
(def output-dir "example-test.xml")
;; should we xml-escape *out* while the tests are running
(def xml-escape true)

pom file defined here:

myapp/pom.xml

where I have listed

<testScript>test/mytests/test.clj</testScript>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant