зеркало из https://github.com/microsoft/appium.git
added appium beta install doc
This commit is contained in:
Родитель
4a9be958d9
Коммит
6977a2da82
|
@ -0,0 +1,32 @@
|
|||
#appium beta install
|
||||
|
||||
## global install
|
||||
|
||||
Install with:
|
||||
|
||||
```
|
||||
npm install -g appium@beta
|
||||
```
|
||||
|
||||
Start with:
|
||||
|
||||
```
|
||||
appium
|
||||
```
|
||||
|
||||
## local install
|
||||
|
||||
Install with:
|
||||
|
||||
```
|
||||
mkdir beta
|
||||
cd beta
|
||||
npm init # press <Enter when asked>
|
||||
npm install appium@beta
|
||||
```
|
||||
|
||||
Start with
|
||||
```
|
||||
"node_modules/.bin/appium"
|
||||
```
|
||||
|
Загрузка…
Ссылка в новой задаче