Skip to content

Commit

Permalink
Merge pull request #161 from zebrunner/develop
Browse files Browse the repository at this point in the history
2.4.1
  • Loading branch information
vdelendik authored Dec 27, 2022
2 parents e5f2254 + 440e64a commit d6f6df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You need an Apple Developer account to sign in and build **WebDriverAgent**.
2. Ensure a team is selected before building the application. To do this, go to *Targets* and select each target (one at a time). There should be a field for assigning team certificates to the target.
3. Remove your **WebDriverAgent** folder from *DerivedData* and run *Clean build folder* (just in case).
4. Build the application by selecting the *WebDriverAgentRunner* target and build for *Generic iOS Device*. Run *Product -> Build for testing*. This will create a *Products/Debug-iphoneos* in the specified project directory.
*Example*: **/Users/<username>/Library/Developer/Xcode/DerivedData/WebDriverAgent-dzxbpamuepiwamhdbyvyfkbecyer/Build/Products/Debug-iphoneos**
*Example*: **/Users/$USER/Library/Developer/Xcode/DerivedData/WebDriverAgent-dzxbpamuepiwamhdbyvyfkbecyer/Build/Products/Debug-iphoneos**
5. Go to the "Products/Debug-iphoneos" directory and run:
**mkdir Payload**
6. Copy the WebDriverAgentRunner-Runner.app to the Payload directory:
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
DEVICE_IMAGE: zebrunner/mcloud-device
DEVICE_VERSION: 2.4
DEVICE_IMAGE: public.ecr.aws/zebrunner/mcloud-device
DEVICE_VERSION: 2.4.1

APPIUM_IMAGE: public.ecr.aws/zebrunner/appium
APPIUM_VERSION: 1.4.9
Expand Down
2 changes: 1 addition & 1 deletion zebrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
}

version() {
echo "Zebrunner MCloud Agent:"
echo "Zebrunner MCloud Agent"
device_version=`cat defaults/main.yml | grep DEVICE_VERSION | cut -d ":" -f 2`
echo "zebrunner/mcloud-device:${device_version}"
appium_version=`cat defaults/main.yml | grep APPIUM_VERSION | cut -d ":" -f 2`
Expand Down

0 comments on commit d6f6df8

Please sign in to comment.