Skip to content

Commit

Permalink
disable reports for browserstack tests #2
Browse files Browse the repository at this point in the history
SP-37
  • Loading branch information
Alexander Glintschert committed May 20, 2019
1 parent d6b03c2 commit b1b59a5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions etc/nightwatch.remote.conf.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
require('babel-register')();
const HtmlReporter = require('nightwatch-html-reporter');

let reporter = new HtmlReporter({
uniqueFilename: true,
reportsDirectory: __dirname + '/../reports'
});

nightwatch_config = {
src_folders: [
Expand All @@ -31,8 +25,7 @@ nightwatch_config = {
'globals': {
'openBrowser': false,
'launch_url_host1': 'https://oil-integration-host1.herokuapp.com/',
'launch_url_host2': 'https://oil-integration-host2.herokuapp.com/',
'reporter': reporter.fn
'launch_url_host2': 'https://oil-integration-host2.herokuapp.com/'
}
},
chrome15: {
Expand Down

0 comments on commit b1b59a5

Please sign in to comment.