Skip to content

Commit 4a97ba1

Browse files
Set sauce to empty so tests run local #191
1 parent 56d8a04 commit 4a97ba1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

android_tests/appium.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[caps]
22
platformName = "android"
3-
app = "./api.apk"
3+
app = "./api.apk"
4+
5+
[appium_lib]
6+
sauce_username = ""
7+
sauce_access_key = ""

ios_tests/appium.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[caps]
22
platformName = "ios"
3-
app = "./UICatalog.app"
3+
app = "./UICatalog.app"
4+
5+
[appium_lib]
6+
sauce_username = ""
7+
sauce_access_key = ""

0 commit comments

Comments
 (0)