-
Notifications
You must be signed in to change notification settings - Fork 15
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
Specify primary Test Plan Run when finalizing report and track first required AT Version #1001
Conversation
…robably primary test run options
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.
LGTM! Minor comments on the styling.
title="Select Primary Test Plan Run" | ||
content={ | ||
<> | ||
When a tester's run is marked as primary, it means |
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.
Can we style this at the break point to have whitespace?
padding: 0.75rem; | ||
} */ | ||
.primary-test-run-select { | ||
padding: 0 !important; |
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.
Can we add a padding left to the select?
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.
I realize now what was being shown is because the dialog still appears when the number of testers to choose from is 1 and <select>.size
would render differently.
I've pushed b738bc0 which should won't display the dialog at all if there's only 1 tester to choose from. Thanks for pointing this out!
Looks good @howard-e! |
…ress #792 * Add resolver for finding firstRequiredAtVersion for a RECOMMENDED TestPlanVersion, given an atId * Update tests * Fix graphql call when including "firstRequiredAtVersion" under "testPlanVersions" * Update description of firstRequiredAtVersion * Rename resolver
…anRun # Conflicts: # server/tests/integration/graphql.test.js
This includes work to support #791 and #792. Includes the following changes: * #1055 * #1001 * #1065 * #1052 * #1087 * #1098 * #1092 * #1131 * #1124 --------- Co-authored-by: Howard Edwards <[email protected]> Co-authored-by: Paul Clue <[email protected]> Co-authored-by: alflennik <[email protected]>
This PR adds support for selecting a "Primary test plan run" as outlined in #792.
TestPlanRun
table to trackisPrimary
as an attributemarkAsFinal
resolver to take aprimaryTestPlanRunId
which indicates which test run a report should be considered the "primary"Note: This PR also includes #1051 which was reviewed and approved separately