Skip to content

Additional reporter doesn't works #26

@janbaer

Description

@janbaer

Hello Julie, I

I'm trying to add the jasmine-growl-reporter from here, but it doesn't works. The reporter should be compatible to Jasmine 2.0 Have I made something wrong? I enabled also the verbose output, but I don't see any errors.

var miniJasmineLib = require('minijasminenode');
var growlReporter = require('jasmine-growl-reporter');

miniJasmineLib.addReporter(growlReporter);

var options = {
  specs: ['./spec/calculator.spec.js'],
  onComplete: function (passed) {
    console.log('I\'m done with the tests...');
  },
  showColors: true,
  isVerbose: true
};

miniJasmineLib.executeSpecs(options);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions