circleci.test
circleci.test copied to clipboard
Include more detail in Junit failure messages
Failures now look like
<testcase name="post-pipeline" time="0.92274262">
<failure type="assertion failure" message="FAIL in circle.test-foo/ (my-test-name) (test_foo.clj:115)
can specify parameters
expected: (let [request-body (json/generate-string {:foo "foo", :bar "v2.0"}) response (api-call user :post sample-uri request-body)] (= 200 (:status response)))
actual: false">
</failure>
</testcase>
Also added -SNAPSHOT to the project version.
awesome ⭐️
I'm having a bit of trouble getting the newlines preserved all the way through to the CircleCI UI, gonna poke/ponder this a bit more.