Skip to content

Commit

Permalink
Add playwright so tests can pass in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuchs authored Jan 14, 2022
1 parent 1e0e981 commit 4ccbbf4
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 4,490 deletions.
4 changes: 3 additions & 1 deletion karma.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = function(config) {
process.env.CHROME_BIN = require('playwright').chromium.executablePath()

module.exports = function (config) {
config.set({
frameworks: ['mocha', 'chai'],
files: [
Expand Down
Loading

0 comments on commit 4ccbbf4

Please sign in to comment.