Does Playwright reads the configuration file for each worker? For example, If I have set the number of workers to 3 in my Playwright configuration file, does it means that Playwright will create three separate instances of the browser to execute the tests in parallel ?
How can we avoid creating separate instances for every worker?