We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f96d51 commit 8f3c37bCopy full SHA for 8f3c37b
karma.conf.js
@@ -90,7 +90,8 @@ module.exports = config => {
90
const buildId = `github-${env.GITHUB_RUN_ID}_${env.GITHUB_RUN_NUMBER}`;
91
bundleDirPath = path.join(BASE_BUNDLE_DIR_PATH, buildId);
92
sauceConfig = {
93
- build: buildId
+ build: buildId,
94
+ geckodriverVersion: '0.30.0' // temporary workaround for firefox
95
};
96
} else {
97
console.error(`Local environment (${hostname}) detected`);
0 commit comments