You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Oleksandr Karpovich bc6d42ef44
Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651)
2 years ago
..
benchmark-core
buildSrc Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651) 2 years ago
compose-compiler-integration Add a test for k/js compose compilation of an anonymous object with Composable (#2559) 2 years ago
core Add support for transition in CSS api. (#2228) 2 years ago
gradle/wrapper
integration-core Update kotlin version in web (1.7.10 -> 1.7.20) 2 years ago
internal-web-core-runtime
kotlin-js-store Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651) 2 years ago
licenses/third_party
svg
test-utils
CHANGELOG.md
README.md
build.gradle.kts Compose 1.2.1 (#2453) 2 years ago
gradle.properties Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651) 2 years ago
gradlew
gradlew.bat
settings.gradle.kts Add InheritanceTests with Composables for k/js (#2666) 2 years ago

README.md

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