Use Puppeteer for tests
This commit is contained in:
@@ -74,6 +74,7 @@ module.exports = function(karma) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
process.env.CHROME_BIN = require('puppeteer').executablePath();
|
||||||
if (process.env.CIRCLECI) {
|
if (process.env.CIRCLECI) {
|
||||||
karma.set({
|
karma.set({
|
||||||
browsers: ['Chrome'],
|
browsers: ['Chrome'],
|
||||||
|
|||||||
Reference in New Issue
Block a user