Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #116 from TestArmada/reporters-update
Browse files Browse the repository at this point in the history
Remove reliance on nightwatch IPC for test events to emit properly
  • Loading branch information
Maciek416 committed Feb 10, 2016
2 parents b49a896 + c226dd0 commit 79c0dc5
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 491 deletions.
13 changes: 0 additions & 13 deletions bin/magellan
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,6 @@ if (margs.argv.reporters && _.isArray(margs.argv.reporters)) {
listeners = listeners.concat(margs.argv.reporters.map(loadRelativeModule));
}


//
// Admiral integration (enabled if settings exist)
//
var admiralBuildSettings = require("../src/reporters/admiral/settings");
if (admiralBuildSettings.enabled) {
var admiral = require("../src/reporters/admiral/reporter");
admiral.setConfig(admiralBuildSettings);
/*eslint-disable new-cap*/
var admiralReporter = new admiral.reporter();
listeners.push(admiralReporter);
}

//
// Slack integration (enabled if settings exist)
//
Expand Down
Loading

0 comments on commit 79c0dc5

Please sign in to comment.