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.
 
 
 
 
Igor Demin 17ba8f3a57 Revert "Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 (#3374)"" 1 year ago
..
benchmark-core Rename Web to HTML (#2997) 2 years ago
buildSrc Revert "Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 (#3374)"" 1 year ago
compose-compiler-integration Revert "Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 (#3374)"" 1 year ago
core Rename Web to HTML (#2997) 2 years ago
gradle/wrapper Rename Web to HTML (#2997) 2 years ago
integration-core Revert "Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 (#3374)"" 1 year ago
internal-html-core-runtime Rename Web to HTML (#2997) 2 years ago
kotlin-js-store Revert "Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 (#3374)"" 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 Revert "Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 (#3374)"" 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 Revert "Revert "Add explicit dependencies on modules to make it build with kotlin 1.9.0 (#3374)"" 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