We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbcfe0 commit c3814b6Copy full SHA for c3814b6
generators/app/templates/__e2e/e2e/_protractor.conf.js
@@ -1,6 +1,9 @@
1
// @ts-check
2
// Protractor configuration file, see link for more information
3
// https://github.com/angular/protractor/blob/master/lib/config.ts
4
+<% if (props.tools.includes('puppeteer')) { -%>
5
+process.env.CHROME_BIN = require('puppeteer').executablePath();
6
+<% } -%>
7
8
const { SpecReporter } = require('jasmine-spec-reporter');
9
0 commit comments