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
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: