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

Error message: "./node_modules/mocha-phantomjs-bamboo-reporter/reporter.js" reporter not found #1

Open
hyprstack opened this issue Nov 20, 2015 · 0 comments

Comments

@hyprstack
Copy link

When using the reporter, I get the json output with the passing and failing tests. But for some reason it also logs this message at the top of the file.

"./node_modules/mocha-phantomjs-bamboo-reporter/reporter.js" reporter not found
{
  "stats": {
    "suites": 127,
    "tests": 389,
    "passes": 389,
    "pending": 0,
    "failures": 0,
    "start": "2015-11-20T09:30:54.642Z",
    "end": "2015-11-20T09:30:56.115Z",
    "duration": 1473
  },
  "failures": [],
  "passes": [
    {......

This happens both when using the reporter as third party reporter to grunt-mocha-phantomjs plugin or passing in the path to the module in the command line when running Bamboo.

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

No branches or pull requests

1 participant