Follow these steps to run all test examples from selenium kotlin
- Clone this repository
git clone https://github.com/SeleniumHQ/seleniumhq.github.io.git
- Navigate to
kotlin
directory
cd seleniumhq.github.io/examples/kotlin
- Install dependencies (using maven)
mvn clean install
- Run all tests
mvn test
or to run all tests in a specific class you can run
mvn -Dtest=classname test
Compile kotlin file
kotlinc FirstScriptTest.kt -include-runtime -d FirstScriptTest.jar
Execute
java -jar FirstScriptTest.jar