Hi Team,
I have the file path tests/login.test.ts and in that there is 4 test cases. But I want to run only one of them. How to do that using command
Tried wdio run .tests/login.test.ts
Not working even if I give full path
Hi Team,
I have the file path tests/login.test.ts and in that there is 4 test cases. But I want to run only one of them. How to do that using command
Tried wdio run .tests/login.test.ts
Not working even if I give full path
Hi Team,
Any update on this