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

feat: Add support for excluded_attributes in JSON source hierarchy #953

Merged
merged 14 commits into from
Nov 11, 2024

Conversation

swngarg-lt
Copy link

No description provided.

@swngarg-lt swngarg-lt changed the title feat: added support for excluded_attributes in JSON source hierarchy feat: Add support for excluded_attributes in JSON source hierarchy Nov 8, 2024
@swngarg-lt
Copy link
Author

Screenshot 2024-11-08 at 7 59 53 PM
@mykola-mokhnach Seems like unit test failing due to invalid xcode path. Can you help?

@@ -379,7 +409,7 @@ - (BOOL)fb_dismissKeyboardWithKeyNames:(nullable NSArray<NSString *> *)keyNames
id extractedElement = extractIssueProperty(issue, @"element");

id<FBXCElementSnapshot> elementSnapshot = [extractedElement fb_takeSnapshot];
NSDictionary *elementAttributes = elementSnapshot ? [self.class dictionaryForElement:elementSnapshot recursive:NO] : @{};
NSDictionary *elementAttributes = elementSnapshot ? [self.class dictionaryForElement:elementSnapshot recursive:NO excludedAttributes:nil] : @{};
Copy link

@mykola-mokhnach mykola-mokhnach Nov 9, 2024

Choose a reason for hiding this comment

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

Please reformat this ternary operator same way it was done below for excludedAttributes

Copy link
Author

Choose a reason for hiding this comment

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

done

@swngarg-lt
Copy link
Author

swngarg-lt commented Nov 11, 2024

@mykola-mokhnach addressed the comments in latest fix. Still workflow is failing due to xcode developer path issue. Can you help?

Error in failed workflows : xcode-select: error: invalid developer directory '/Applications/Xcode_14.3.1.app/Contents/Developer'

@mykola-mokhnach
Copy link

@mykola-mokhnach addressed the comments in latest fix. Still workflow is failing due to xcode developer path issue. Can you help?

Error in failed workflows : xcode-select: error: invalid developer directory '/Applications/Xcode_14.3.1.app/Contents/Developer'

This looks like Azure CI issue. Please ignore it for now

@swngarg-lt
Copy link
Author

@mykola-mokhnach addressed the comments in latest fix. Still workflow is failing due to xcode developer path issue. Can you help?
Error in failed workflows : xcode-select: error: invalid developer directory '/Applications/Xcode_14.3.1.app/Contents/Developer'

This looks like Azure CI issue. Please ignore it for now

Ok. Functional Tests are failing, one of the reason, it couldn't find xcode version on CI. another is a 5 min timeout issue and it seems Simulator couldn't start within 5 min.

@mykola-mokhnach
Copy link

@mykola-mokhnach addressed the comments in latest fix. Still workflow is failing due to xcode developer path issue. Can you help?
Error in failed workflows : xcode-select: error: invalid developer directory '/Applications/Xcode_14.3.1.app/Contents/Developer'

This looks like Azure CI issue. Please ignore it for now

Ok. Functional Tests are failing, one of the reason, it couldn't find xcode version on CI. another is a 5 min timeout issue and it seems Simulator couldn't start within 5 min.

These are also issues related to the CI slowness. Unfortunately we cannot address them now because of a known WDIO issue. See webdriverio/webdriverio#13778 for more details.

@mykola-mokhnach mykola-mokhnach merged commit 6112223 into appium:master Nov 11, 2024
26 of 31 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 11, 2024
## [8.11.0](v8.10.1...v8.11.0) (2024-11-11)

### Features

* Add support for excluded_attributes in JSON source hierarchy ([#953](#953)) ([6112223](6112223))
Copy link

🎉 This PR is included in version 8.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@christian-bromann
Copy link
Member

Unfortunately we cannot address them now because of a known WDIO issu

This issue should be resolved now.

@KazuCocoa KazuCocoa added the size:S contribution size: S label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released size:S contribution size: S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants