woocommerce-paypal-payments/tests/playwright
2023-02-24 15:48:14 +01:00
..
example.spec.js Add basic documentation 2023-02-24 15:48:14 +01:00
README.md Add basic documentation 2023-02-24 15:48:14 +01:00

Playwright Testing

Local Environment Variables

Allows using environment variables inside the tests.

  • Duplicate .env.sample and rename it as .env, set values and add new variables if needed.

Run Tests

$ npx playwright test
$ npx playwright test example.spec.js --headed
$ npx playwright test example.spec.js --debug
$ npx playwright test -g "Test name here"