Files
compose-multiplatform/web
alexander-gorshenev 7b17474c83 Missing repo and latest jb main (#1976)
* Added missing coroutines dev maven repository

* Advanced to the latest jb-main
2022-03-28 16:29:43 +03:00
..
2022-03-16 16:48:06 +01: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