mirror of
https://github.com/appium/appium.git
synced 2026-04-24 04:18:49 -05:00
add self to authors, fix spelling
This commit is contained in:
@@ -12,7 +12,7 @@ Charles Nowacek <charlie.nowacek@gmail.com>
|
||||
Jayakumar Chinnappan <jayakumareee21@gmail.com>
|
||||
Robin Keller <robinthekeller@gmail.com>
|
||||
Adam Christian <adam.christian@gmail.com>
|
||||
Jonathan Lipps <>
|
||||
Jonathan Lipps <jlipps@gmail.com>
|
||||
Sebastian Tiedtke <sebastiantiedtke@gmail.com>
|
||||
Jeremy Avnet <>
|
||||
Bernard Kobos <bkobos@extensa.pl>
|
||||
|
||||
@@ -19,17 +19,17 @@ Requirements
|
||||
|
||||
Ninja-speed Setup
|
||||
------------
|
||||
Install [node.js](http://nodejs.org/) which come with its package manager [npm](https://npmjs.org/).
|
||||
Install [node.js](http://nodejs.org/) which comes with its package manager [npm](https://npmjs.org/).
|
||||
|
||||
> sudo npm install appium -g
|
||||
> appium --app /path/to/your/ios/app &
|
||||
> node your-appium-test.js
|
||||
|
||||
|
||||
See [the appium example tests.](https://github.com/appium/appium/tree/master/sample-code/examples)
|
||||
|
||||
- - -
|
||||
|
||||
Prerequisite
|
||||
Prerequisites
|
||||
------------
|
||||
Install [node.js](http://nodejs.org/) which come with its package manager [npm](https://npmjs.org/).
|
||||
Change into your local repo clone and install packages using following commands:
|
||||
|
||||
Reference in New Issue
Block a user