-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: Adding QA automation to iOS repo - WPB-15067 #2320
base: develop
Are you sure you want to change the base?
Conversation
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 039d27c. ♻️ This comment has been updated with latest results. |
399ac3c
to
a5d2ddf
Compare
wire-ios-automation/ios/src/main/java/com/wearezeta/auto/ios/common/IOSDriverBuilder.java
Outdated
Show resolved
Hide resolved
final JSONObject processArguments = new JSONObject(); | ||
processArguments.put("args", processArgs); | ||
// Enable logging for AVS and calling modules by default | ||
processArguments.put("env", ImmutableMap.of("ZMLOG_TAGS", "AVS,calling")); |
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.
we should remove this also on our side, ZMLOG is going away, the AVS one has been ported to WireLogger.
"calling" still exists but should soon be ported too
wire-ios-automation/ios/.project
Outdated
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.
.project files are not needed and should be ignored in gitignore
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.
Please delete this file. It is a config file for Netbeans. Somebody who used netbeans checked it in accidentially. Maybe add to gitignore too
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.
Please remove
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.
Please remove
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.
Afaik not used since years. A lot of stuff in the tools folder can be removed.
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.
Please remove
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.
Please remove
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.
Please remove
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.
Please remove
wire-ios-automation/tools/timeout
Outdated
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.
Please remove
39253ff
to
f2824af
Compare
f2824af
to
97010b8
Compare
Issue
To have the tests live with the code they are testing, we are moving the iOS automation tests out of the central QA repo and into the iOS repo
Testing
Automation running with this branch is viewable in the New Smoke job on Jenkins.
It should also be runable locally after going through all the setup
Checklist
[WPB-XXX]
.UI accessibility checklist
No UI changes