Skip to content

Commit 88c5323

Browse files
Update Testing.md to include Microsoft Edge (#392)
1 parent 58e2e4e commit 88c5323

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ To run this locally you'll need the browsers installed along with the correspond
1212

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

1718
Once installed you can run the following scripts:
1819

1920
```bash
2021
npm run test:chrome
2122
npm run test:firefox
2223
npm run test:safari
24+
npm run test:edge
2325
```
2426

2527
## Automated Testing

0 commit comments

Comments
 (0)