I am writing tests using playwright but I want my test to check for a condition before it runs else another test should run. I don’t know if this is possible in playwright but I think it should.
I have tried using conditional statements but it’s not working.