Skip to content

Commit

Permalink
chore(appium): add third uplink instance on ui chats tests (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm authored Mar 20, 2024
1 parent 8f3100d commit f93fc7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ui-test-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,12 +385,16 @@ jobs:
run: |
unzip Uplink-Mac-Universal.zip
cp -r ./Uplink.app ./Uplink2.app
cp -r ./Uplink.app ./Uplink3.app
perl -i -pe 's/im.satellite.uplink/im.satellite.uplinkChatUserA/g' ./Uplink.app/Contents/Info.plist
perl -i -pe 's/im.satellite.uplink/im.satellite.uplinkChatUserB/g' ./Uplink2.app/Contents/Info.plist
perl -i -pe 's/im.satellite.uplink/im.satellite.uplinkChatUserC/g' ./Uplink3.app/Contents/Info.plist
cp -r ./Uplink.app /Applications/
cp -r ./Uplink2.app /Applications/
cp -r ./Uplink3.app /Applications/
sudo xattr -r -d com.apple.quarantine /Applications/Uplink.app
sudo xattr -r -d com.apple.quarantine /Applications/Uplink2.app
sudo xattr -r -d com.apple.quarantine /Applications/Uplink3.app
- name: Install Appium Server 💻
run: |
Expand Down

0 comments on commit f93fc7a

Please sign in to comment.