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

fix #7729 Number of passed/failed rows should be captured #14568

Merged
merged 4 commits into from
Jan 5, 2024
Merged

Conversation

ShaileshParmar11
Copy link
Contributor

@ShaileshParmar11 ShaileshParmar11 commented Jan 3, 2024

Describe your changes:

Fixes #7729

  • Provided switch to enable and disable the computation of row count failure
  • Shown the computed value of the test result on hover of graph
  • added unit test for test case form.
image image image

I worked on ... because ...

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

@github-actions github-actions bot added the UI UI specific issues label Jan 3, 2024
@ShaileshParmar11 ShaileshParmar11 marked this pull request as draft January 3, 2024 16:06
@github-actions github-actions bot added the safe to test Add this label to run secure Github workflows on PRs label Jan 3, 2024
Copy link
Contributor

github-actions bot commented Jan 3, 2024

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 50%
50.39% (25253/50114) 33.22% (10013/30145) 31.7% (2893/9127)

@ShaileshParmar11 ShaileshParmar11 marked this pull request as ready for review January 4, 2024 10:52
Copy link
Contributor

@Sachin-chaurasiya Sachin-chaurasiya left a comment

Choose a reason for hiding this comment

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

Left a few comments, thanks

Copy link

sonarqubecloud bot commented Jan 5, 2024

Quality Gate Passed Quality Gate passed for 'open-metadata-ui'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
0.0% Coverage on New Code
3.0% Duplication on New Code

See analysis details on SonarCloud

@karanh37 karanh37 merged commit e416810 into main Jan 5, 2024
@karanh37 karanh37 deleted the issue-7729 branch January 5, 2024 12:11
Comment on lines +33 to +46
<ul data-testid="test-summary-tool-tip-container">
{data.map(([key, value]) => (
<li
className="d-flex items-center justify-between gap-6 p-b-xss text-sm"
key={`item-${key}`}>
<span className="flex items-center text-grey-muted">
{startCase(key)}
</span>
<span className="font-medium" data-testid={key}>
{value}
</span>
</li>
))}
</ul>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we use AntD list here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will check for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Number of passed/failed rows should be captured
4 participants