Skip to content

Commit

Permalink
GH-43 Disable report generation in e2e
Browse files Browse the repository at this point in the history
Temporarily, this is causing the build to break. Once this release is out we can upgrade yachr internally and enable reporting again.
  • Loading branch information
DesHorsley committed Feb 15, 2020
1 parent 3a1432c commit cdcc89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "tslint -c tslint.json -p tsconfig.json 'src/**/*.ts'",
"cover": "NODE_ENV=test nyc --report lcovonly _mocha --config .mocharc.json src/**/*.spec.ts",
"e2eWithBuild": "npm run build && npm run e2e",
"e2e": "tsc -p e2e/tsconfig.json && cucumber-js ./e2e/features --no-strict && node ./runReport.js",
"e2e": "tsc -p e2e/tsconfig.json && cucumber-js ./e2e/features --no-strict",
"poste2e": "shx rm -rf e2e/step_definitions/**/*.js e2e/reportOutput/**/*.html",
"coveralls": "npm run cover && shx cat ./coverage/lcov.info | coveralls"
},
Expand Down

0 comments on commit cdcc89d

Please sign in to comment.