This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Setting Up Protractor with Appium - Android/Chrome
10
10
11
11
Use ` webdriver-manager ` to install ` appium ` and the Android SDK. See details
12
12
[ on the WebDriver Manager page] (
13
- https://github.com/angular/webdriver-manager/blob/master/mobile.md ).
13
+ https://github.com/angular/webdriver-manager/blob/master/docs/ mobile.md ).
14
14
15
15
###### Running Tests
16
16
* Ensure app is running if testing local app (Skip if testing public website):
@@ -21,7 +21,7 @@ Starting express web server in /workspace/protractor/testapp on port 8000
21
21
```
22
22
23
23
* Start appium and the Android Emulators (details [ on the WebDriver Manager
24
- page] ( https://github.com/angular/webdriver-manager/blob/master/mobile.md ) ).
24
+ page] ( https://github.com/angular/webdriver-manager/blob/master/docs/ mobile.md ) ).
25
25
26
26
``` shell
27
27
> webdriver-manager start --android
@@ -72,7 +72,7 @@ Setting Up Protractor with Appium - iOS/Safari
72
72
73
73
Use ` webdriver-manager ` to install ` appium ` and the Android SDK. See details
74
74
[ on the WebDriver Manager page] (
75
- https://github.com/angular/webdriver-manager/blob/master/mobile.md ).
75
+ https://github.com/angular/webdriver-manager/blob/master/docs/ mobile.md ).
76
76
77
77
###### Running Tests
78
78
* Ensure app is running if testing local app (Skip if testing public website):
You can’t perform that action at this time.
0 commit comments