Skip to content

Commit

Permalink
implemented HelloWorld iOS native app test
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
anandbagmar committed Oct 31, 2023
1 parent 6a19966 commit 8f0c3f0
Show file tree
Hide file tree
Showing 12 changed files with 2,379 additions and 1,682 deletions.
29 changes: 29 additions & 0 deletions caps/helloworld_local_ios_capabilities.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"iOS": {
"platformName": "iOS",
"app": "https://applitoolsnmlresources.z19.web.core.windows.net/Tutorials/eyes-ios-hello-world.zip",
"deviceName": "iPhone",
"preventWDAAttachments": true,
"clearSystemFiles": true,
"automationName": "XCUITest",
"usePrebuiltWDA": false,
"appium:iPhoneOnly": true,
"fullReset": true,
"shouldUseSingletonTestManager": false,
"simpleIsVisibleCheck": true,
"maxTypingFrequency": 10
},
"serverConfig" : {
"server": {
"use-plugins": ["device-farm"],
"plugin": {
"device-farm": {
"platform": "iOS",
"skipChromeDownload": true,
"iosDeviceType": "simulated"
}
}
}
},
"appiumServerPath": "./node_modules/appium/build/lib/main.js"
}
1 change: 0 additions & 1 deletion configs/ajio_local_ios_config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ TARGET_ENVIRONMENT=prod
LAUNCH_NAME_SUFFIX= on 'prod' Environment
TEST_DATA_FILE=./src/test/resources/testData.json
BROWSER_CONFIG_FILE=./configs/browser_config.json
#APPIUM_JS_PATH=./node_modules/appium/lib/main.js
22 changes: 22 additions & 0 deletions configs/helloworld_local_ios_config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
RUNNER=distribute
FRAMEWORK=cucumber
RUNNER_LEVEL=methods
CAPS=./caps/helloworld_local_ios_capabilities.json
APP_NAME=HelloWorld
APP_PACKAGE_NAME=HelloWorld
APPLITOOLS_CONFIGURATION=./configs/applitools_config.json
ENVIRONMENT_CONFIG_FILE=./src/test/resources/environments.json
IS_VISUAL=true
FAIL_TEST_ON_VISUAL_DIFFERENCE=true
LOG_DIR=target
LOG_PROPERTIES_FILE=./src/test/resources/log4j.properties
PARALLEL=1
PLATFORM=iOS
PROXY_KEY=HTTP_PROXY
REPORT_PORTAL_FILE=src/test/resources/reportportal.properties
RP_DESCRIPTION=custom description
RUN_IN_CI=false
TARGET_ENVIRONMENT=prod
LAUNCH_NAME_SUFFIX= on 'prod' Environment
TEST_DATA_FILE=./src/test/resources/testData.json
BROWSER_CONFIG_FILE=./configs/browser_config.json
2 changes: 1 addition & 1 deletion configs/jiocinema_local_config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ TEST_DATA_FILE=./src/test/resources/testData.json
MAX_NUMBER_OF_APPIUM_DRIVERS=5
MAX_NUMBER_OF_WEB_DRIVERS=5
BROWSER_CONFIG_FILE=./configs/browser_config.json
BRANCH_NAME=BUILD_SOURCEBRANC
BRANCH_NAME=BUILD_SOURCEBRANCH
Loading

0 comments on commit 8f0c3f0

Please sign in to comment.