Marijana Rukavina
Marijana Rukavina
**Describe the bug** This is my package.json: ``` { "name": "test-automation", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "allure:generate": "npx allure generate ./allure-results --clean", "allure:open": "npx allure open ./allure-report",...
### Version 1.43.1 ### Steps to reproduce I am following the online course on Playwright and there is 3 tests in one spec file which when run ~ 5 times...
**🐞 Describe the question:** I have a question related to fixtures and Playwright. My app has 2 flavors, EU and US shop and the customers can be guest or logged...
**🐞 Describe the question:** I am wondering how to do the test data mapping based on the environment? For example, in your spec book-with-fixture-and-api-isolated-auth.spec.ts I would like to have userData...