Skip to content

Commit

Permalink
GPII-4022: temporary fix for windows Firefox test timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-t-in-rtf committed Oct 16, 2019
1 parent 8a372f7 commit 1393ce9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ var testemComponent = gpii.testem.instrumentation({
messages: "/messages",
gated: "/gated"
},
// Force Firefox to run headless as a temporary fix for Firefox issues on Windows:
// https://github.com/testem/testem/issues/1377
"browserArgs": {
"Firefox": [
"--no-remote",
"--headless"
]
},
testemOptions: {
// Disable Headless Chrome we can figure out a solution to this issue: https://issues.gpii.net/browse/GPII-4064
// Running Testem with the HEADLESS environment variable still works, and still runs headless.
Expand Down

0 comments on commit 1393ce9

Please sign in to comment.