Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Updated the link for mobile doc because previous was expired or moved… #5237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/mobile-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Setting Up Protractor with Appium - Android/Chrome

Use `webdriver-manager` to install `appium` and the Android SDK. See details
[on the WebDriver Manager page](
https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md).
https://github.com/angular/webdriver-manager/blob/legacy/docs/mobile.md).

###### Running Tests
* Ensure app is running if testing local app (Skip if testing public website):
Expand All @@ -21,7 +21,7 @@ Starting express web server in /workspace/protractor/testapp on port 8000
```

* Start appium and the Android Emulators (details [on the WebDriver Manager
page](https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md)).
page](https://github.com/angular/webdriver-manager/blob/legacy/docs/mobile.md)).

```shell
> webdriver-manager start --android
Expand Down Expand Up @@ -57,7 +57,7 @@ Setting Up Protractor with Appium - iOS/Safari

Use `webdriver-manager` to install `appium` and the Android SDK. See details
[on the WebDriver Manager page](
https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md).
https://github.com/angular/webdriver-manager/blob/legacy/docs/mobile.md).

###### Running Tests
* Ensure app is running if testing local app (Skip if testing public website):
Expand Down