Multiple Browser testing with PlayWright in Python
Introduction
Are you developing a new testing framework that needs to support multiple browsers? Or even worse - you have a testing framework and you need to expand the functionality by adding more browsers?
In this article, I will try to introduce y...
jaksa.dev4 min read
Gustavo Matto
QA Automation
Thanks for this solution, Jaksa, just what I was looking for. Just a question: then you need two files for this, conftest.py and config.py?