OK, now my real question! Problem is, I don't know...
# spek
v
OK, now my real question! Problem is, I don't know if it's a problem with Spek, IntelliJ, my automation framework (Kirk) or my application server (spark-kotlin). I'm am running Selenium integration tests via kirk (http://automation-remarks.com/kirk/ ) on my spark-kotlin (http://sparkjava.com/ application. The tests launch the server, open a browser, enter some values and verify the results. All is good, all the tests run positively. But it never terminates. IntelliJ sits at running tests. When I run the tests via gradlew (thanks to @fred.deschenes) the tests complete, the browser closes and the server stops. This does not happen in IntelliJ.