Skip to content

Commit

Permalink
[web] Run Firefox in unit tests headlessly
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Dec 22, 2021
1 parent cf10664 commit 4fd239e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/buildSrc/src/main/kotlin/karmaconf.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ fun KotlinKarma.standardConf() {
}
useConfigDirectory("${kotlinKarmaConfig.rootDir}/test-utils/conf/karma.config.common.d")
useChromeHeadless()
useFirefox()
useFirefoxHeadless()
}

0 comments on commit 4fd239e

Please sign in to comment.