Skip to content

Commit

Permalink
GH-35: Updated testem config to address issues with Chromium.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-t-in-rtf committed Feb 15, 2021
1 parent cd3bb5c commit 0d2771a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ var testemComponent = fluid.testem.instrumentation({
"Firefox": [
"--no-remote",
"--headless"
]
],
// Required to get Chromium working on GitHub CI.
"Chromium": "{that}.options.browserArgs.Chrome"
},
testemOptions: {
// Disable Headless Chrome we can figure out a solution to this issue: https://issues.fluid.net/browse/fluid-4064
Expand Down

0 comments on commit 0d2771a

Please sign in to comment.