Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Allow configuration that enables output of results to JUnit XML file #15

Open
travi opened this issue Feb 27, 2013 · 3 comments
Open

Allow configuration that enables output of results to JUnit XML file #15

travi opened this issue Feb 27, 2013 · 3 comments

Comments

@travi
Copy link

travi commented Feb 27, 2013

This format allows results to be consumed by popular CI servers.

Buster allows the override of the reporter on the command line (http://docs.busterjs.org/en/latest/modules/buster-test/options/#cmdoption-buster-test-r). Allowing us to specify the reporter (http://docs.busterjs.org/en/latest/modules/buster-test/reporters/#xml-reporter) and a file to capture the output to would enable us to leverage that output for a CI server.

@eskimoblood
Copy link
Contributor

I think we can't create an reporter cause all the task does is to call the buster commands in the terminal, but we could save the result of the stdout of the process. If you think this is a way to go I would create a pull request for this.

@bakk
Copy link

bakk commented Sep 29, 2014

Something that allows the equivalent to 'buster-test --reporter xml >testreport.xml' via grunt would be great.

@rlanore
Copy link

rlanore commented Feb 20, 2015

👍

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

No branches or pull requests

4 participants