Puppeteer Testing
Puppeteer is an automation framework which uses the Chrome Devtools protocol to automate a (headless) browser.
TestingBot has a separate service called Headless Testing that offers full support for Puppeteer testing.
This service uses the same Selenium grid and offers similar features:
- Concurrent automated tests on different browsers.
- Logs and screenshots of real browsers.
- Proxies/Har/PDF functionality.
- Support with Jest and Codecept.