File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,13 @@ jobs:
53
53
run : |
54
54
npm i --location=global appium
55
55
appium driver install uiautomator2
56
- appium plugin install --source=npm appium-altunity-plugin
57
56
CurWorkDir=$(pwd)
58
57
pushd "$CurWorkDir"
59
58
mkdir logs
60
59
cd logs
61
60
echo "appium" > appiumLog.txt
62
61
popd
63
- appium --use-plugins=altunity &>logs/appiumLog.txt &
62
+ appium &>logs/appiumLog.txt &
64
63
- name : Create log files for logcat
65
64
run : |
66
65
cd logs
@@ -118,7 +117,7 @@ jobs:
118
117
compression-level : 0
119
118
IOSUITests :
120
119
needs : AndroidUITests
121
- if : always()
120
+ if : false
122
121
runs-on : macos-13
123
122
name : IOSUITests
124
123
steps :
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ public void Setup()
43
43
desiredCaps . AddAdditionalAppiumOption ( "appium:sendKeyStrategy" , "setValue" ) ;
44
44
if ( platformAndroid )
45
45
{
46
- desiredCaps . AddAdditionalAppiumOption ( "appium:altUnityHost" , TestContext . Parameters [ "altTesterIP" ] ) ;
47
- desiredCaps . AddAdditionalAppiumOption ( "appium:altUnityPort" , 13000 ) ;
48
46
desiredCaps . AddAdditionalAppiumOption ( "appium:ignoreHiddenApiPolicyError" , true ) ;
49
47
// desiredCaps.AddAdditionalAppiumOption("appium:chromedriverAutodownload", true);
50
48
desiredCaps . AddAdditionalAppiumOption ( "appium:chromedriverExecutable" , ( string ) rootDir + TestContext . Parameters [ "appium:chromedriverExecutable" ] ) ;
You can’t perform that action at this time.
0 commit comments