First, you need to obtain the YouTrack jar and run it on port 8080.
Then, download the Selenium driver for Google Chrome and place
it in drivers
folder. It should be named chromedriver
for Unix platforms and chromedriver.exe
for Windows.
Run the tests with gradle on Unix:
./gradlew test
Or on Windows:
gradlew.bat test