-
Notifications
You must be signed in to change notification settings - Fork 72
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 properties to XML reporting based on status. #1125
✨ Add properties to XML reporting based on status. #1125
Conversation
📦 Package Size: 5444 KB |
@jwir3 I forget, is this one ready to be reviewed? |
42e1b46
to
f439945
Compare
Should be ready now. Thanks! |
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.
3e31604
to
1ec939f
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
@jmhobbs I had to checkout yarn.lock from |
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.
Works great over here! Just some questions about the refactoring bit!
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.
Sorry, mean to "comment" instead of "approve" 😬
No worries. I'll re-request review before pushing after I make those changes. |
The status of particular test cases is now reported in the JUnit-formatted XML report. It is given as a `<property>` child element on the `<testcase>` element. Refs CAP-2408.
1ec939f
to
06aeb09
Compare
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.
Looks great, nice work!
@brockwood Do you happen to know if this might be failing to merge on the merge queues possibly due to a token issue after all the token recycles yesterday? |
@jwir3 it's failed on a GraphQL query for some reason. 🤔
|
Pretty sure this is related to me updating the smoke test project. Looking now! |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
🚀 PR was released in |
The status of particular test cases is now reported in the JUnit-formatted XML report. It is given as a
<property>
child element on the<testcase>
element.Refs CAP-2408.
📦 Published PR as canary version:
11.20.0--canary.1125.12016128389.0
✨ Test out this PR locally via:
npm install chromatic@11.20.0--canary.1125.12016128389.0 # or yarn add chromatic@11.20.0--canary.1125.12016128389.0