Improve your testing with Playwright soft asserts
Sometimes you don’t want a test to stop immediately an error is found, you want it to carry on performing other related tests. To achieve this in Playwright you can use ‘soft’ assertions. A Typical Scenario: Let’s say you want to verify that a product’s price details are displayed correctly, including the local sales tax. […]
