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
bc6d42ef44
|
2 years ago | |
---|---|---|
.. | ||
benchmark-core | 3 years ago | |
buildSrc | 2 years ago | |
compose-compiler-integration | 2 years ago | |
core | 2 years ago | |
gradle/wrapper | 3 years ago | |
integration-core | 2 years ago | |
internal-web-core-runtime | 3 years ago | |
kotlin-js-store | 2 years ago | |
licenses/third_party | 3 years ago | |
svg | 2 years ago | |
test-utils | 3 years ago | |
CHANGELOG.md | 3 years ago | |
README.md | 3 years ago | |
build.gradle.kts | 2 years ago | |
gradle.properties | 2 years ago | |
gradlew | 3 years ago | |
gradlew.bat | 3 years ago | |
settings.gradle.kts | 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