1.1.0 • Published 5 years ago
testcafe-browser-provider-playwright v1.1.0
testcafe-browser-provider-playwright
This plugin provides following browsers to TestCafe when playwright is installed:
chromiumchromium:headlessfirefoxfirefox:headlesswebkitwebkit:headless
It also supports mobile device emulation (only with chromium and webkit engines).
You can see all available browser aliases by running:
testcafe -b playwrightinstall
Package can be installed from npm:
npm install playwright --save-dev
npm install testcafe-browser-provider-playwright --save-dev