Relative Content

Tag Archive for javascriptcypresscypress-conditional-testing

cypress – how to continue running loop after assertion error

I have test that opens every item on the list. Then it validates if there are no empty (‘–‘) fields. I want to log in console that there were empty fields and go to another item and run the loop till the end. When Cypress throws error tests are stopped.