File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ To run this locally you'll need the browsers installed along with the correspond
12
12
13
13
- [ chromedriver] ( https://chromedriver.chromium.org/getting-started )
14
14
- [ 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 ) .
16
17
17
18
Once installed you can run the following scripts:
18
19
19
20
``` bash
20
21
npm run test:chrome
21
22
npm run test:firefox
22
23
npm run test:safari
24
+ npm run test:edge
23
25
```
24
26
25
27
## Automated Testing
You can’t perform that action at this time.
0 commit comments