Hi guys,
I wonder is there anyway to run specific test cases or file? Cause maybe if we create a lot of test case, the other have passed. But now now one of them is not working. Then whenever i tried to see what is wrong with the E2E of that part only i will have to run everything.
Please help. Thanks
Use describe.only or it.only.
Most helpful comment
Use
describe.onlyorit.only.