Skip to content

Commit

Permalink
fix(build): fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Sep 6, 2019
1 parent a305494 commit fb2bb07
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 267 deletions.
3 changes: 3 additions & 0 deletions e2e/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
const { SpecReporter } = require('jasmine-spec-reporter');
const { JUnitXmlReporter } = require('jasmine-reporters');

// Use pupeteer
process.env.CHROME_BIN = require('puppeteer').executablePath();

var path = require('path');
var downloadsPath = path.resolve(__dirname, './downloads');

Expand Down
Loading

0 comments on commit fb2bb07

Please sign in to comment.