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
Sure would be nice if we could get soft assertions on the Python side. We're currently trying implementing Playwright for our test automation at my workplace and any time an expect fails it ends the entire test. This means that we have to revert back to using the Pytest with check asserts whenever we just need a soft assertion.
Please implement expect.soft() on the Python side of Playwright. It already exists for the Javascript side.
The text was updated successfully, but these errors were encountered:
Sure would be nice if we could get soft assertions on the Python side. We're currently trying implementing Playwright for our test automation at my workplace and any time an
expect
fails it ends the entire test. This means that we have to revert back to using the Pytestwith check asserts
whenever we just need a soft assertion.Please implement expect.soft() on the Python side of Playwright. It already exists for the Javascript side.
The text was updated successfully, but these errors were encountered: