Skip to content
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

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

araneforseti
Copy link

@araneforseti araneforseti commented Dec 20, 2024

BugWPB-15067 [QA/iOS] Import PR Critical Flow runs to Testiny

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

  • Title contains a reference JIRA issue number like [WPB-XXX].
  • Description is filled and free of optional paragraphs.
  • Adds/updates automated tests.

UI accessibility checklist

No UI changes

@araneforseti araneforseti requested review from netbe, mythsunwind, a team, El-Fitz and jullianm and removed request for a team December 20, 2024 10:49
Copy link
Contributor

github-actions bot commented Dec 20, 2024

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 039d27c.

♻️ This comment has been updated with latest results.

@araneforseti araneforseti force-pushed the chore/move-qa-automation-WPB-15067 branch from 399ac3c to a5d2ddf Compare December 20, 2024 12:33
@araneforseti araneforseti requested a review from a team January 2, 2025 08:49
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"));
Copy link
Collaborator

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

Copy link
Collaborator

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

Copy link
Collaborator

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Copy link
Collaborator

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

@araneforseti araneforseti force-pushed the chore/move-qa-automation-WPB-15067 branch from 39253ff to f2824af Compare January 8, 2025 10:49
@araneforseti araneforseti force-pushed the chore/move-qa-automation-WPB-15067 branch from f2824af to 97010b8 Compare January 8, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants