Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
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.
 
 
 
 
Manuel Unterhofer 077e1d5963 Fix typo in default version 1 year ago
..
benchmark-core fix html tests karma config 1 year ago
buildSrc Update for k/wasm (#4009) 2 years ago
compose-compiler-integration Fix typo in default version 1 year ago
core compose.html: Add visibility property (#2079) 1 year ago
gradle/wrapper Update for k/wasm (#4009) 2 years ago
integration-core Update for k/wasm (#4009) 2 years ago
internal-html-core-runtime Update for k/wasm (#4009) 2 years ago
kotlin-js-store Update for k/wasm (#4009) 2 years ago
licenses/third_party Rename Web to HTML (#2997) 3 years ago
svg Update for k/wasm (#4009) 2 years ago
test-utils use ChromeHeadless in html tests 1 year ago
CHANGELOG.md Rename Web to HTML (#2997) 3 years ago
README.md Rename Web to HTML (#2997) 3 years ago
build.gradle.kts Update for k/wasm (#4009) 2 years ago
gradle.properties Update for k/wasm (#4009) 2 years ago
gradlew Rename Web to HTML (#2997) 3 years ago
gradlew.bat Rename Web to HTML (#2997) 3 years ago
settings.gradle.kts Update for k/wasm (#4009) 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