Hello,
I work as part of a team where we want to implement qawolf which uses playwright library for a continuous integration project. Our idea is to have dedicated "workers" who only need an initial setup on expert level which then can be called and issued different tests from our own web application.
Is there any simple way to install my own set of browsers into the playwright library which playwright will try to call by default?
I would appreciate all kinds of advice and suggestions!