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.
 
 
 
 
InsanusMokrassar d9d4bf3496
Add opportunity to use custom prefixes in StyleSheet (#3015)
2 years ago
..
benchmark-core Update for k/wasm (#4009) 2 years ago
buildSrc Update for k/wasm (#4009) 2 years ago
compose-compiler-integration Update for k/wasm (#4009) 2 years ago
core Add opportunity to use custom prefixes in StyleSheet (#3015) 2 years 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 Update for k/wasm (#4009) 2 years 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