Skip to content

Commit f714e1d

Browse files
authored
Merge pull request #18 from github/jfuchs/playwright
Add playwright so tests can pass in CI
2 parents 1e0e981 + 87eaf7b commit f714e1d

File tree

3 files changed

+573
-1
lines changed

3 files changed

+573
-1
lines changed

karma.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
module.exports = function(config) {
1+
process.env.CHROME_BIN = require('playwright').chromium.executablePath()
2+
3+
module.exports = function (config) {
24
config.set({
35
frameworks: ['mocha', 'chai'],
46
files: [

0 commit comments

Comments
 (0)