mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
22 lines
374 B
Markdown
22 lines
374 B
Markdown
## ddev-playwright addon
|
|
https://github.com/julienloizelet/ddev-playwright
|
|
|
|
### Install
|
|
```
|
|
$ ddev restart
|
|
$ ddev playwright-install
|
|
```
|
|
|
|
### Usage
|
|
https://github.com/julienloizelet/ddev-playwright#basic-usage
|
|
```
|
|
$ ddev playwright test
|
|
```
|
|
|
|
### Known issues
|
|
It does not open browser in macOS, to make it work use `npx`:
|
|
```
|
|
$ cd tests/Playwright
|
|
$ npx playwright test
|
|
```
|
|
|