Skip to content

Commit

Permalink
Update Testing.md to include Microsoft Edge (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpardosixtosMs authored Mar 4, 2024
1 parent 58e2e4e commit 88c5323
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ To run this locally you'll need the browsers installed along with the correspond

- [chromedriver](https://chromedriver.chromium.org/getting-started)
- [geckodriver](https://github.com/mozilla/geckodriver/releases)
- [safaridriver](https://developer.apple.com/documentation/webkit/testing_with_webdriver_in_safari).
- [safaridriver](https://developer.apple.com/documentation/webkit/testing_with_webdriver_in_safari)
- [msedgedriver](https://developer.microsoft.com/microsoft-edge/tools/webdriver).

Once installed you can run the following scripts:

```bash
npm run test:chrome
npm run test:firefox
npm run test:safari
npm run test:edge
```

## Automated Testing
Expand Down

0 comments on commit 88c5323

Please sign in to comment.