woocommerce-paypal-payments/tests/Playwright/README.md
Emili Castells Guasch d10e1c975a Update readme
2023-08-03 16:36:47 +02:00

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
```