diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2019-03-10 17:54:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-10 17:54:05 -0400 |
| commit | 11cb0130fe95391805e07468191f40f10b7326d2 (patch) | |
| tree | 47c4dbacbd3c32ba2c3d5ec9849e618c3e7632f5 /tests/startappium.sh | |
| parent | 05361719849c59d9e0a964b83d42696c783aacc7 (diff) | |
| parent | 7c173fff14dd7278a79735a73ecfd71db4814fd5 (diff) | |
Merge pull request #790 from pliablepixels/appium
Appium
Diffstat (limited to 'tests/startappium.sh')
| -rwxr-xr-x | tests/startappium.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/startappium.sh b/tests/startappium.sh new file mode 100755 index 00000000..257dbfff --- /dev/null +++ b/tests/startappium.sh @@ -0,0 +1,2 @@ +#!/bin/bash +appium --chromedriver-executable ./chromedriver/chromedriver |
