This is a template for Balin, the browser-automation library written in Kotlin. It integrates Cucumber, TestNg, and Allure with Balin.
Status: Abandonware❗
Just as Balin has become abandonware at this point, so this template.
Since I wrote Balin a couple of years ago, I have not had the opportunity to work under Kotlin's umbrella, much less use Balin itself. Thus, time has passed and the library has gotten dust, cobwebs and the like. Be aware of the fact the dependencies are already quite outdated and it's quite probable I'm not gonna be around updating dependencies or fixing unit tests. You're more than welcome to peek around and even use Balin, but there's no garantes of this library keeping up-to-date for modern developing/use. Heck, even bintray doesn't exist anymore at this point.
You can find more at the project's official repository.
You only need to invoke the gradle wrapper as follows:
env THREAD_COUNT=2 BROWSER=Firefox ./gradlew clean test allureReport allureServe
Like Kotlin and Balin, this template is released under version 2.0 of the Apache License.