Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkumar2005 committed Jan 24, 2024
1 parent 3528966 commit c286eb4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,17 @@ As a workaround introducing delay in the test cases may help to keep the browser
## Debugging
debug parameter can be passed to the PWEnv constructor to enable debugging. It will also display the version of the browser which is used.
```scala
Test / jsEnv := new PWEnv(
browserName = "chrome",
headless = true,
showLogs = true,
debug = true
)
```

## Wiki
Watch this space for more details on how to use this library.

## References
* Sample project using this JSEnv: https://github.com/gmkumar2005/scalajs-sbt-vite-laminar-chartjs-example

* Fork of Laminar: https://github.com/gmkumar2005/Laminar

0 comments on commit c286eb4

Please sign in to comment.