From c286eb454cd8bd6deebddf3e05d7f25b5ff69dd5 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Mallru Date: Wed, 24 Jan 2024 20:39:20 +0530 Subject: [PATCH] README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b3846..52ad71b 100644 --- a/README.md +++ b/README.md @@ -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