I have multiple test cases within one file in wdio, only the first one is executing. What should I do?

I have multiple test cases within one file in wdio, only the first one is executing. What should I do ?

Hi Toby,

In wdio, each test case is considered as one session. Thus you can use the sessionReload() option at the end of each test case to separately run them on LT.