As a part of the agile software development practice, the growing demand for fast and reliable CI/CD processes has led to the growing demand to speed up the automation testing processes. And as far as Web Development goes, what better way to make your E2E tests run faster than running parallel tests on different tabs?
In Chrome, this form of parallelization is supported out of the box when using Puppeteer, which uses the native ChromeDevtoolsProtocol, but in Firefox, not so much. …