1.0.3 • Published 2 years ago
testcafe-browser-provider-plugin v1.0.3
testcafe-browser-provider-plugin
This browser plugin provides following browsers to TestCafe tool when playwright is installed:
chromiumchromium:headlessfirefoxfirefox:headlesswebkitwebkit:headless
It also supports mobile device emulation (only with chromium and webkit engines).
here's command to view all available browser aliases by running on locally:
testcafe -b pluginPackage can be installed from npm:
npm install playwright --save-dev
npm install testcafe-browser-provider-plugin --save-dev