woocommerce-paypal-payments/tests/Playwright
Emili Castells 44538e1579
Merge pull request #1738 from woocommerce/PCP-2089-enable-validation-for-subscriptions-products-to-ensure-description-is-1-127-characters
Ensure PayPal Subscriptions API products description is 1-127 characters (2089)
2023-10-10 11:08:12 +02:00
..
tests Merge pull request #1738 from woocommerce/PCP-2089-enable-validation-for-subscriptions-products-to-ensure-description-is-1-127-characters 2023-10-10 11:08:12 +02:00
.env.example Update .env.example contents 2023-08-03 16:15:25 +02:00
.gitignore Add readme and ignore playwright-report content 2023-08-03 16:13:30 +02:00
package.json Add products utility test 2023-08-07 15:27:17 +02:00
playwright.config.js Add products utility test 2023-08-07 15:27:17 +02:00
README.md Update readme 2023-08-03 16:36:47 +02:00

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