Skip to content

Commit

Permalink
protractor console
Browse files Browse the repository at this point in the history
  • Loading branch information
duck1123 committed Mar 12, 2016
1 parent 208d7cb commit 3cf785b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -21,6 +21,7 @@
"wscat": "1.0.1"
},
"devDependencies": {
"cukefarm": "^3.0.1"
"cukefarm": "^3.0.1",
"protractor-console": "^2.0.0"
}
}
3 changes: 3 additions & 0 deletions protractor.config.js
Expand Up @@ -10,6 +10,9 @@ config.cucumberOpts.require.push('target/protractor-tests.js');

config.seleniumAddress = 'http://localhost:4444/wd/hub';

config.plugins = [({package: 'protractor-console',
logLevels: ['debug', 'info', 'warning', 'severe', 'log']})];

exports.config = config;

// exports.config = {
Expand Down

0 comments on commit 3cf785b

Please sign in to comment.