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.
 
 
 
 
Alexander Zhirkevich f221db27b7
Make HTML TestUtils wait functions cancellable (#3320)
1 year ago
..
benchmark-core Rename Web to HTML (#2997) 2 years ago
buildSrc Compose Multiplatform 1.4.0 docs (#3044) 1 year ago
compose-compiler-integration Compose Multiplatform 1.4.0 docs (#3044) 1 year ago
core Rename Web to HTML (#2997) 2 years ago
gradle/wrapper Rename Web to HTML (#2997) 2 years ago
integration-core Fix HTML rename (#3004) 2 years ago
internal-html-core-runtime Rename Web to HTML (#2997) 2 years ago
kotlin-js-store Compose Multiplatform 1.4.0 docs (#3044) 1 year ago
licenses/third_party Rename Web to HTML (#2997) 2 years ago
svg Rename Web to HTML (#2997) 2 years ago
test-utils Make HTML TestUtils wait functions cancellable (#3320) 1 year ago
CHANGELOG.md Rename Web to HTML (#2997) 2 years ago
README.md Rename Web to HTML (#2997) 2 years ago
build.gradle.kts Rename Web to HTML (#2997) 2 years ago
gradle.properties Compose 1.4.1 docs, examples (#3287) 1 year ago
gradlew Rename Web to HTML (#2997) 2 years ago
gradlew.bat Rename Web to HTML (#2997) 2 years ago
settings.gradle.kts Rename Web to HTML (#2997) 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