You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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>
The text was updated successfully, but these errors were encountered:
I have my test.clj defined in:
pom file defined here:
where I have listed
<testScript>test/mytests/test.clj</testScript>
The text was updated successfully, but these errors were encountered: