We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e0e981 + 87eaf7b commit f714e1dCopy full SHA for f714e1d
karma.config.js
@@ -1,4 +1,6 @@
1
-module.exports = function(config) {
+process.env.CHROME_BIN = require('playwright').chromium.executablePath()
2
+
3
+module.exports = function (config) {
4
config.set({
5
frameworks: ['mocha', 'chai'],
6
files: [
0 commit comments