testcafe-browser-provider-playwright
v1.1.0
Published
playwright TestCafe browser provider plugin.
Maintainers
Readme
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