Skip to content

Commit e23ff81

Browse files
author
Kirill Omelchenko
committed
2 parents ded3706 + 85f48cf commit e23ff81

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# appium-runner
2+
3+
Simple, yet usefull, PyQt4 app for running appium server inside of a neat window.

settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'twisted'
22

3-
_CMD = 'node /home/omelchek/bin/appium '
3+
_CMD = 'node /path/to/your/appium/installation '
44
PARAMS = '--log-no-colors --log-timestamp --log-level=info'
5-
CMD = _CMD + PARAMS
5+
CMD = _CMD + PARAMS

0 commit comments

Comments
 (0)