rvvup/module-magento-payments

Rvvup payment gateway for Magento 2

Installs: 3 604

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 3

Type:magento2-module

1.0.10 2024-04-30 12:06 UTC

README

End to End Testing

This plugin comes with Playwright tests to ensure it's functionality.

Get Started (install dependencies):

npm i
npx playwright install

To run the tests, use the following command:

ENV TEST_BASE_URL=https://magento.test npx playwright test --ui # change your base url to point to the right domain