How to parameterize Playwright tests with different data
Sometimes when you’re writing a test you’ll find you want to run the same test multiple times, but with different data. For example let’s say you need tests for a UK e-commerce website to verify that the correct sales tax (VAT) is applied to purchases. Most products in the UK incur VAT of 20% but […]