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)
3 months ago
..
benchmark-core Update for k/wasm (#4009) 5 months ago
buildSrc Update for k/wasm (#4009) 5 months ago
compose-compiler-integration Update for k/wasm (#4009) 5 months ago
core Add opportunity to use custom prefixes in StyleSheet (#3015) 3 months ago
gradle/wrapper Update for k/wasm (#4009) 5 months ago
integration-core Update for k/wasm (#4009) 5 months ago
internal-html-core-runtime Update for k/wasm (#4009) 5 months ago
kotlin-js-store Update for k/wasm (#4009) 5 months ago
licenses/third_party Rename Web to HTML (#2997) 1 year ago
svg Update for k/wasm (#4009) 5 months ago
test-utils Update for k/wasm (#4009) 5 months ago
CHANGELOG.md Rename Web to HTML (#2997) 1 year ago
README.md Rename Web to HTML (#2997) 1 year ago
build.gradle.kts Update for k/wasm (#4009) 5 months ago
gradle.properties Update for k/wasm (#4009) 5 months ago
gradlew Rename Web to HTML (#2997) 1 year ago
gradlew.bat Rename Web to HTML (#2997) 1 year ago
settings.gradle.kts Update for k/wasm (#4009) 5 months 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