Skip to content

Commit 46851ce

Browse files
authored
feat: Add report section summarizing failing assertions from all tests in a plan (#1288)
Adds a report table summarizing all failing assertions to the Candidate Review and on Report pages.
1 parent e7bcb45 commit 46851ce

19 files changed

+1110
-200
lines changed

client/components/CandidateReview/CandidateTestPlanRun/CandidateTestPlanRun.css

+5
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,8 @@
152152
position: relative;
153153
top: -5px;
154154
}
155+
156+
.begin-review-button-container {
157+
margin-left: auto;
158+
flex-grow: 0;
159+
}

0 commit comments

Comments
 (0)