diff --git a/README.md b/README.md index afcb0f9..ec99b7e 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,17 @@ After that, run setup:upgrade to install the plugin: bin/magento setup:upgrade ``` -## Testing +## End to End Testing +This plugin comes with Playwright tests to ensure it's functionality. -This plugin comes with Playwright tests to ensure its functionality. To run the tests, use the following command: +### Get Started (install dependencies): +```bash +npm i +npx playwright install +``` +### To run the tests, use the following command: ```bash -npm ci # Install the required dependencies ENV TEST_BASE_URL=https://magento.test npx playwright test --ui # change your base url to point to the right domain ```