What is the best approach for using multiple environments in my Playwright tests? Let’s say one for ”Test” and one for ”Production”
I’m starting my tests with npx and I’ll be on playwright.config.ts file with different browsers set up that are going to hardcoded baseUrl.
I start my tests from Azure release pipeline.