Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No command-line output since 4.1.3 #858

Closed
thegecko opened this issue Dec 13, 2017 · 4 comments
Closed

No command-line output since 4.1.3 #858

thegecko opened this issue Dec 13, 2017 · 4 comments
Labels
bug Something that's not working as intended

Comments

@thegecko
Copy link

Hi,

Our build system automatically updated to 4.1.4 (semver FTW!) but it looks like some of our reporters are no longer running.

This worked in 4.1.2, but not on 4.1.3. There is no longer any command line output although the chrome runner is running. Config file as follows:

{
    "environments": [
        "node",
        "chrome"
    ],
    "node": {
        "suites": "lib/_tests/**/*.js"
    },
    "browser": {
        "suites": "bundles/_tests/**/*.js"
    },
    "coverage": [
        "lib/**/*.js",
        "!lib/_api/**",
        "!lib/_tests/**"
    ],
    "reporters+": [
        {
            "name": "jsoncoverage",
            "options": {
                "filename": "unit_coverage.json",
                "directory": "coverage"
            }
        },
        {
            "name": "junit",
            "options": {
                "filename": "junit.xml"
            }
        }
    ]
}
``
@jason0x43 jason0x43 added the bug Something that's not working as intended label Dec 13, 2017
@jason0x43
Copy link
Member

It looks like the recent updates to make configuration merging more consistent are causing the default 'runner' reporter to be removed in bin/intern.

A temporary fix is to explicitly add the 'runner' reporter to your config.

@jason0x43
Copy link
Member

Need more integration tests, it seems...

@thegecko
Copy link
Author

Ack, I'll pin 4.1.2 for now :)

@jason0x43
Copy link
Member

This is being tracked in #970

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that's not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants