Skip to content

Commit 6abb599

Browse files
committed
#6 Run test cases for webkit
1 parent a3e2057 commit 6abb599

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/workflows/scala.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
java-version: '17'
2727
distribution: 'temurin'
2828
cache: 'sbt'
29+
- name: install playwright
30+
run: |
31+
npx playwright install --with-deps
2932
- name: Cache Playwright drivers
3033
uses: actions/cache@v3
3134
with:
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,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-
//)
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+
)

0 commit comments

Comments
 (0)