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

Add ability to hide Shadow DOM attachments in report #5432

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

vkepin
Copy link
Contributor

@vkepin vkepin commented Oct 8, 2024

No description provided.

@vkepin vkepin requested a review from a team as a code owner October 8, 2024 15:08
@vkepin vkepin linked an issue Oct 8, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.64%. Comparing base (9b44c31) to head (0683f17).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5432   +/-   ##
=========================================
  Coverage     97.64%   97.64%           
- Complexity     7015     7017    +2     
=========================================
  Files           971      971           
  Lines         20365    20368    +3     
  Branches       1331     1332    +1     
=========================================
+ Hits          19885    19888    +3     
  Misses          368      368           
  Partials        112      112           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@valfirst valfirst self-requested a review October 9, 2024 06:52
@@ -44,6 +44,12 @@ a|`true` +
|`true`
|Whether to publish the application source code on failure or not

|`ui.publish-shadow-dom-source-on-failure`
Copy link
Collaborator

Choose a reason for hiding this comment

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

this will also affect mobile app plugin properties

@@ -7,6 +7,7 @@ ui.wait.timeout=PT1M
ui.wait.polling-period=PT2S

ui.publish-source-on-failure=true
ui.publish-shadow-dom-source-on-failure=true
Copy link
Collaborator

Choose a reason for hiding this comment

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

it's applicable only for web apps

@valfirst valfirst merged commit 34e0a41 into vividus-framework:master Oct 9, 2024
8 checks passed
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.

Add ability to hide Shadow DOM attachments in report
2 participants