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 fdd7d61fe5 update html tests config 2 months ago
..
benchmark-core Update for k/wasm (#4009) 1 year ago
buildSrc Update for k/wasm (#4009) 1 year ago
compose-compiler-integration Update for k/wasm (#4009) 1 year ago
core compose.html: Add visibility property (#2079) 4 months ago
gradle/wrapper Update for k/wasm (#4009) 1 year ago
integration-core Update for k/wasm (#4009) 1 year ago
internal-html-core-runtime Update for k/wasm (#4009) 1 year ago
kotlin-js-store Update for k/wasm (#4009) 1 year ago
licenses/third_party Rename Web to HTML (#2997) 2 years ago
svg Update for k/wasm (#4009) 1 year ago
test-utils update html tests config 2 months ago
CHANGELOG.md Rename Web to HTML (#2997) 2 years ago
README.md Rename Web to HTML (#2997) 2 years ago
build.gradle.kts Update for k/wasm (#4009) 1 year ago
gradle.properties Update for k/wasm (#4009) 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 Update for k/wasm (#4009) 1 year 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