Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aashwin-rvvup committed Apr 24, 2024
1 parent 5b0faa7 commit 4751e09
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 4751e09

Please sign in to comment.