Hi. I’m upgrading kotest from v3 to v4. I’m using ...
# kotest
v
Hi. I’m upgrading kotest from v3 to v4. I’m using only assertions from kotest library, will it work if I will use just
kotest-assertions-core-jvm
without the
kotlintest-runner-junit5
package? I remember when I tried to use just assertions some time ago, it didn’t work and required a junit runner to be added.
a
Hi @Vitali Plagov that issue has been fixed in 4.0.6 release. Please use that one and let us know if you still face any issue.
👍 1
v
Just finished the migration to 4.0.6 and yes, it works fine with just an assertions package.