Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42 lines (29 loc) · 715 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 715 Bytes

Running all tests from Selenium kotlin example

Follow these steps to run all test examples from selenium kotlin

  1. Clone this repository
git clone https://github.com/SeleniumHQ/seleniumhq.github.io.git
  1. Navigate to kotlin directory
cd seleniumhq.github.io/examples/kotlin
  1. Install dependencies (using maven)
mvn clean install
  1. Run all tests
mvn test

or to run all tests in a specific class you can run mvn -Dtest=classname test

Compile kotlin script and follow the first script example

Compile kotlin file

kotlinc FirstScriptTest.kt -include-runtime -d FirstScriptTest.jar

Execute a kotlin script

Execute

java -jar FirstScriptTest.jar