Skip to content

Commit

Permalink
Remove webkit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkumar2005 committed Jan 15, 2024
1 parent 65dc09a commit 11b474d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Build status [![Scala CI](https://github.com/gmkumar2005/scala-js-env-playwright/actions/workflows/scala.yml/badge.svg)](https://github.com/gmkumar2005/scala-js-env-playwright/actions/workflows/scala.yml)

# scala-js-env-playwright
A JavaScript environment for Scala.js (a JSEnv) running playwright
## Usage
Expand Down
18 changes: 9 additions & 9 deletions src/test/scala/jsenv/playwright/PWSuiteWebKit.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package jsenv.playwright

import org.junit.runner.RunWith
import org.scalajs.jsenv.test._

@RunWith(classOf[JSEnvSuiteRunner])
class PWSuiteWebKit extends JSEnvSuite(
JSEnvSuiteConfig(new PWEnv("webkit", headless = true, showLogs = true))
)
//package jsenv.playwright
//
//import org.junit.runner.RunWith
//import org.scalajs.jsenv.test._
//
//@RunWith(classOf[JSEnvSuiteRunner])
//class PWSuiteWebKit extends JSEnvSuite(
// JSEnvSuiteConfig(new PWEnv("webkit", headless = true, showLogs = true))
//)

0 comments on commit 11b474d

Please sign in to comment.