Skip to content

Commit 419e29e

Browse files
committed
Enable keepAlive
1 parent d4f7279 commit 419e29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ lazy val safariEnv = {
113113
import scala.sys.process._
114114
Process(List("killall", "Safari")).!
115115
val options = new SafariOptions()
116-
new SeleniumJSEnv(options)
116+
new SeleniumJSEnv(options, SeleniumJSEnv.Config().withKeepAlive(true))
117117
}
118118

119119
ThisBuild / Test / jsEnv := {

0 commit comments

Comments
 (0)