Skip to content

Commit

Permalink
remove html reporter from nightwatch #2
Browse files Browse the repository at this point in the history
AGASSI-8
  • Loading branch information
subsend committed Mar 11, 2019
1 parent c306fb7 commit 9f5053c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions etc/nightwatch.jenkins.globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ module.exports = {
openBrowser: false,
'launch_url_host1': 'https://oil-integration-host1.herokuapp.com/',
'launch_url_host2': 'https://oil-integration-host2.herokuapp.com/',
'launch_url_cdn': 'https://oil-integration-cdn.herokuapp.com/',
reporter: reporter.fn
'launch_url_cdn': 'https://oil-integration-cdn.herokuapp.com/'
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:unit:fast": "cross-env NODE_ENV=test karma start etc/karma.conf.js",
"test:node": "mocha 3000 --exit test/node",
"test:security": "npm audit --json | npm-audit-helper --prod-only",
"test:selenium": "node etc/nightwatch.jenkins.conf.js && mkdir -p target/reports &&./node_modules/.bin/nightwatch -c etc/nightwatch.jenkins.conf.js -e chrome",
"test:selenium": "node etc/nightwatch.jenkins.conf.js && ./node_modules/.bin/nightwatch -c etc/nightwatch.jenkins.conf.js -e chrome",
"test:watch": "cross-env SNAPSHOT=$SNAPSHOT cross-env NODE_ENV=test karma start etc/karma.conf.js",
"eslint": "eslint \"src/*.js\" && eslint \"src/scripts/*.js\" && eslint \"etc/*\" && eslint \"test/specs/**/*.js\" && eslint \"test/e2e/**/*.js\"",
"changelog:major": "node changelog.js -M",
Expand Down

0 comments on commit 9f5053c

Please sign in to comment.