mirror of
https://github.com/appium/appium.git
synced 2026-02-15 06:20:22 -06:00
Unified terminal examples
This commit is contained in:
14
README.md
14
README.md
@@ -13,21 +13,21 @@ Quick Start
|
||||
-----------
|
||||
Run it:
|
||||
<pre>
|
||||
> node server.js --app blah -U blah
|
||||
$ node server.js --app blah -U blah
|
||||
</pre>
|
||||
|
||||
CURL it:
|
||||
<pre>
|
||||
> curl 127.0.0.1:4723/wd/hub/status
|
||||
$ curl 127.0.0.1:4723/wd/hub/status
|
||||
</pre>
|
||||
|
||||
Before commiting code please run grunt to run test and check your changes against code quality standards:
|
||||
<pre>
|
||||
> grunt
|
||||
< Running "lint:all" (lint) task
|
||||
< Lint free.
|
||||
<
|
||||
< Done, without errors.
|
||||
$ grunt
|
||||
Running "lint:all" (lint) task
|
||||
Lint free.
|
||||
|
||||
Done, without errors.
|
||||
</pre>
|
||||
|
||||
Using with a <a href="http://bitbeam.org">Bitbeambot</a>
|
||||
|
||||
Reference in New Issue
Block a user