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

No feedback of ran tests. #28

Open
TfDds opened this issue Jan 23, 2014 · 1 comment
Open

No feedback of ran tests. #28

TfDds opened this issue Jan 23, 2014 · 1 comment

Comments

@TfDds
Copy link

TfDds commented Jan 23, 2014

At the moment there is no feedback which tests ran through and what errors came up.

It should be possible to add a path to the gruntfile.js to set where a log-file will be stored.

@dominykas
Copy link
Member

You can achieve this via reporter param. I have this in my Gruntfile:

        buster: {
            "unit": {
                test: {
                    "config-group": "unit",
                    "quiet-log": true,
                    "reporter": "specification"
                }
            },
[..]

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

No branches or pull requests

2 participants