Files
compose-multiplatform/web
Oleksandr Karpovich c3af339156 Add a test for k/js compose compilation of an anonymous object with Composable (#2559)
* Add a test for k/js compose compilation of an anonymous object with @Composable functions

* add 1 more test

* add 1 more test
2023-01-30 20:05:15 +01:00
..
2022-09-09 13:49:58 +02:00
2022-11-07 14:46:37 +01: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