File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
src/test/scala/jsenv/playwright Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 26
26
java-version : ' 17'
27
27
distribution : ' temurin'
28
28
cache : ' sbt'
29
+ - name : install playwright
30
+ run : |
31
+ npx playwright install --with-deps
29
32
- name : Cache Playwright drivers
30
33
uses : actions/cache@v3
31
34
with :
Original file line number Diff line number Diff line change 1
- // package jsenv.playwright
2
- //
3
- // import org.junit.runner.RunWith
4
- // import org.scalajs.jsenv.test._
5
- //
6
- // @RunWith(classOf[JSEnvSuiteRunner])
7
- // class PWSuiteWebKit extends JSEnvSuite(
8
- // JSEnvSuiteConfig(new PWEnv("webkit", debug = true))
9
- // )
1
+ package jsenv .playwright
2
+
3
+ import org .junit .runner .RunWith
4
+ import org .scalajs .jsenv .test ._
5
+
6
+ @ RunWith (classOf [JSEnvSuiteRunner ])
7
+ class PWSuiteWebKit extends JSEnvSuite (
8
+ JSEnvSuiteConfig (new PWEnv (" webkit" , debug = true ))
9
+ )
You can’t perform that action at this time.
0 commit comments