Hello I updated my Kotlin Maven Project to Kotest ...
# kotest
k
Hello I updated my Kotlin Maven Project to Kotest 6. Using the Intellij Kotest Plugin I am getting the following issue when running the tests through the Context Menu and selecting a package:
Copy code
Exception in thread "main" java.lang.IllegalStateException: The specs arg must be provided
	at io.kotest.engine.launcher.MainKt.main(main.kt:73)
Is there anything I need to adapt so that this is supported?
cc @sam could that be a Plugin issue that it does not pass the Specs as the behaviour changes in Kotest 6 and package definition is not supported anymore
s
can you take a screen grab of where you're launching the tests from please
k
@sam yes check this out