1.1.0 • Published 3 years ago

testcafe-browser-provider-playwright v1.1.0

Weekly downloads
44
License
MIT
Repository
github
Last release
3 years ago

testcafe-browser-provider-playwright

This plugin provides following browsers to TestCafe when playwright is installed:

  • chromium
  • chromium:headless
  • firefox
  • firefox:headless
  • webkit
  • webkit:headless

It also supports mobile device emulation (only with chromium and webkit engines).

You can see all available browser aliases by running:

testcafe -b playwright

install

Package can be installed from npm:

npm install playwright --save-dev
npm install testcafe-browser-provider-playwright --save-dev