https://kotlinlang.org logo
Title
c

Corey

04/16/2020, 2:44 PM
Hi. I just started using Kotest and have an odd use case. I'd like to be able to execute all tests in the same test class multiple times. I am using it for mobile automation with Appium. I need to run the same set of tests for multiple languages. There is a significant setup time starting the driver and connecting to the Appium server. I want to do that once for each language. Then I need to run all the tests. Is there a way to accomplish that with Kotest or a better way to structure my tests so that I can do what I need?
c

Corey

04/16/2020, 2:55 PM
That might work. Thanks!!!
I was able to get it to work, but not with StringSpec. Thanks!
✌️ 1