Files
compose-multiplatform/web
Philip Wedemann ad757a8f0a Web: Add list overload for classes (#2094)
* Add list overload for classes

* Add array and collection overload for classes

* Remove array overload

Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
2022-06-13 09:21:34 +02:00
..
2022-04-29 18:46:42 +02:00
2022-02-25 20:48:49 +03:00

Prerequisites for running Selenium tests

As of now Selenium tests are turned on by default. The minimal requirement for running this tests is to have Chrome and chromedriver installed on your machine. Currently, we don't install Chrome via gradle scripts, so if you are running tests locally make sure you have Chrome installed.

For installing chrome driver just run following command:

./gradlew installWebDrivers