You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scenario where we have multiple scenarios to assert. I want to finish off all assertions irrespective of their status and need to see what all assertions got passed or failed once all validations steps were done.
Is there any way to do this in Playwright in java
The text was updated successfully, but these errors were encountered:
As @dartyuhov says, this heavily depends on your test runner. You can already use soft assertions available in your framework, but most likely they will not work with Playwright's own assertions.
I have a scenario where we have multiple scenarios to assert. I want to finish off all assertions irrespective of their status and need to see what all assertions got passed or failed once all validations steps were done.
Is there any way to do this in Playwright in java
The text was updated successfully, but these errors were encountered: