playwright TestCafe browser provider plugin.
npm install testcafe-browser-provider-playwrightThis 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
Package can be installed from npm:
```
npm install playwright --save-dev
npm install testcafe-browser-provider-playwright --save-dev