File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ jobs:
7979 # Start Appium
8080 - run : npm install -g appium@rc
8181 - run : |
82- appium driver install xcuitest@beta
83- # appium plugin install images
84- # appium plugin install execute-driver
85- # nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
86- nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
82+ appium driver install xcuitest@rc
83+ appium plugin install images
84+ appium plugin install execute-driver
85+ nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
86+ # nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
8787
8888 - run : |
8989 appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
@@ -152,7 +152,7 @@ jobs:
152152 # Start Appium
153153 - name : Install appium and mjpeg-consumer
154154 run : |
155- npm install -g appium@beta
155+ npm install -g appium@rc
156156 npm install -g mjpeg-consumer
157157 - run : |
158158 appium driver install xcuitest@rc
You can’t perform that action at this time.
0 commit comments