How to run coroutines in cucumber?

87 views Asked by At

I am using kotlin and cucumber. I made a simple mokeserver that I would like to run in my tests. I wanted to start running it in a step in the background without the test getting stuck on the step. I honestly have no idea how to do it, I am not very good with coroutines

0

There are 0 answers