-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
driver start stop at method level and parallel execution for web #13
base: main
Are you sure you want to change the base?
Conversation
added setupApplitoolsInitializer method call to beforeSuite added afterMethod moved webdriverQuit to after method added method call closeBatch to afterSuite
update pom will latest applitools version
@@ -1,11 +1,13 @@ | |||
SERVER_URL=https://eyes.applitools.com/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not change anything in applitools.properties
@@ -9,7 +9,7 @@ IS_LOCAL_DEVICE=true | |||
AUTOMATION_DRIVER=uiautomator2 | |||
APP_PACKAGE_NAME=com.android2.calculator3 | |||
APP_ACTIVITY=com.android2.calculator3.Calculator | |||
APP_PACKAGE_LOCATION=https://github.com/anandbagmar/sampleAppsForNativeMobileAutomation/raw/main/AndroidCalculator.apk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not change APP_PACKAGE_LOCATION
@@ -1,7 +1,7 @@ | |||
rp.endpoint=<Your ReportPortal Endpoint> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert these changes - as these are Jio specific changes
@@ -25,7 +25,7 @@ | |||
<dependency> | |||
<groupId>com.github.znsio</groupId> | |||
<artifactId>ApplitoolsIntegration</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the applitools latest PR is merged - update this version
PENDING
PENDING
changes of files that are not to be pushed into main
src/test/resources/reportportal.properties
src/test/resources/config/webConfig.properties
src/test/resources/config/androidConfig.properties
src/test/resources/applitools.properties