-
Notifications
You must be signed in to change notification settings - Fork 43
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
[TPS2021-1393] Mobile testing enablement in spock-geb quickstarter #1025
Conversation
updated CHANGELOG.md
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.
@garcanam The Gradle version could also be increased -> https://github.com/opendevstack/ods-quickstarters/blob/master/e2e-spock-geb/files/gradle/wrapper/gradle-wrapper.properties#L3
@@ -55,6 +61,10 @@ ext { | |||
seleniumVersion = "4.15.0" | |||
htmlunitVersion = "4.13.0" | |||
unirestVersion = "3.14.5" |
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.
@garcanam We could take the chance to check and bump the rest of the packages version
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.
Is it necessary to have this empty file?
If the folder is necessary it could be created in runtime
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.
@garcanam It cannot use Java 21 jet right?
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.
If the packages are updated, then the metadata should also be updated -> https://github.com/opendevstack/ods-quickstarters/blob/master/e2e-spock-geb/files/metadata.yml#L3
PR is closed due to #1053 |
[Feature] Appium Mobile Testing Tool in Spock/Geb QS and SauceLabs
Description:
This pull request updates the Spock/Geb QS version to incorporate mobile testing with Appium. This new version also includes the capability to work with SauceLabs devices.
Demand DMP-2068 Integration of Mobile Testing Technology with Appium and SauceLab in the Current Spock&Geb QS
Epic TPS2021-1393 Mobile testing enablement