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 3528966 commit c286eb4Copy full SHA for c286eb4
README.md
@@ -63,9 +63,17 @@ As a workaround introducing delay in the test cases may help to keep the browser
63
## Debugging
64
debug parameter can be passed to the PWEnv constructor to enable debugging. It will also display the version of the browser which is used.
65
```scala
66
+Test / jsEnv := new PWEnv(
67
+ browserName = "chrome",
68
+ headless = true,
69
+ showLogs = true,
70
+ debug = true
71
+ )
72
+```
73
+
74
## Wiki
75
Watch this space for more details on how to use this library.
76
77
## References
78
* Sample project using this JSEnv: https://github.com/gmkumar2005/scalajs-sbt-vite-laminar-chartjs-example
-
79
+* Fork of Laminar: https://github.com/gmkumar2005/Laminar
0 commit comments