PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Support for JUnit output in tests #90

Closed sanel closed 8 years ago

sanel commented 8 years ago

Right now, tests are using simple output, which isn't recognized by CircleCI - it is not able to show each test details, nor to point directly to the failing test, causing developer have to grep through long output.

CircleCI apparently support JUnit format (https://circleci.com/blog/announcing-detailed-test-failure-reporting/), we just need to add appropriate midje formatter...