You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more options of the PhantomJS environment, see
70
70
[the Scaladoc of `PhantomJSEnv`]({{ site.production_url }}/api/sbt-scalajs-env-phantomjs/1.0.0/org/scalajs/jsenv/phantomjs/sbtplugin/PhantomJSEnvPlugin$$autoImport$.html).
71
71
72
-
## Playwright
73
-
[Playwright](https://playwright.dev/) is a comprehensive testing library, enabling automation of Chromium, Firefox, and WebKit browsers.
72
+
## Playwright
73
+
[Playwright](https://playwright.dev/) is a comprehensive testing library, enabling automation of Chromium, Firefox, and WebKit browsers.
74
74
75
-
It supports multiple platforms and languages, including Mobile Web, making it an optimal choice for testing JavaScript in real browser environments.
75
+
It supports multiple platforms and languages, including Mobile Web, making it an optimal choice for testing JavaScript in real browser environments.
76
76
77
77
[`scala-js-env-playwright`](https://github.com/gmkumar2005/scala-js-env-playwright) is an independent project that offers a `JSEnv` that uses Playwright for JavaScript execution.
78
78
79
-
The playwright-based `jsEnv` can be enabled by adding the following settings in `build.sbt`
79
+
The playwright-based `jsEnv` can be enabled by adding the following settings in `build.sbt`
80
80
```scala
81
81
jsEnv :=newPWEnv(
82
82
browserName ="chrome",
@@ -87,39 +87,35 @@ jsEnv := new PWEnv(
87
87
Addtionally it requires the following line in `project/plugins.sbt`:
0 commit comments