We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003f000 commit ef315d0Copy full SHA for ef315d0
project/test/src/liveServer.test.scala
@@ -69,7 +69,7 @@ trait PlaywrightTest extends CatsEffectSuite:
69
var page: Page = uninitialized
70
71
val options = new BrowserType.LaunchOptions()
72
- options.setHeadless(false);
+ // options.setHeadless(false);
73
74
// def testDir(base: os.Path) = os.pwd / "testDir"
75
def outDir(base: os.Path) = base / ".out"
0 commit comments