Skip to content

Commit c286eb4

Browse files
committed
README.md
1 parent 3528966 commit c286eb4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,17 @@ As a workaround introducing delay in the test cases may help to keep the browser
6363
## Debugging
6464
debug parameter can be passed to the PWEnv constructor to enable debugging. It will also display the version of the browser which is used.
6565
```scala
66+
Test / jsEnv := new PWEnv(
67+
browserName = "chrome",
68+
headless = true,
69+
showLogs = true,
70+
debug = true
71+
)
72+
```
73+
6674
## Wiki
6775
Watch this space for more details on how to use this library.
6876

6977
## References
7078
* Sample project using this JSEnv: https://github.com/gmkumar2005/scalajs-sbt-vite-laminar-chartjs-example
71-
79+
* Fork of Laminar: https://github.com/gmkumar2005/Laminar

0 commit comments

Comments
 (0)