Skip to content

Commit

Permalink
Merge pull request #2941 from bootstraponline/fix_contributing
Browse files Browse the repository at this point in the history
Fix contributing
  • Loading branch information
bootstraponline committed Jun 24, 2014
2 parents 8f796a5 + 533eb1e commit af2d6a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,13 @@ your changes against code quality standards:
If you have an Appium server listening, you can run individual test files using
Mocha, for example:

mocha -t 60000 -R spec test/functional/ios/testapp/simple.js
DEVICE=ios71 mocha -t 60000 -R spec test/functional/ios/testapp/simple.js

Or individual tests (e.g., a test with the word "alert" in the name):

mocha -t 60000 -R spec --grep "alert" test/functional/ios/apidemos
DEVICE=ios6 mocha -t 60000 -R spec --grep "alert" test/functional/ios/apidemos

NOTE: For Android, you will need an emulator/device with screen size of 4.0"
(480x800). Some tests might fail on a different screen size.

`DEVICE` must be set to a valid value: `ios71`, `ios6`, `android`, `selendroid`

0 comments on commit af2d6a4

Please sign in to comment.