You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capture labels from each spec run instead of from suite labels in the Report method of the FernApiClient.
Skip SpecRuns which are not of LeafNodeType It. We need to do this because SpecReport contains line items for setup nodes like BeforeEach, etc which are not essentially SpecRuns.
The text was updated successfully, but these errors were encountered:
gowtham-ra
changed the title
Fix: Capture label from spec runs and Skip SpecReports which are not spec runs in FernApiClient's Report method
Fix: Capture label from spec runs and Skip SpecReports which are not spec runs
Aug 13, 2024
Details:
Report
method of theFernApiClient
.It
. We need to do this becauseSpecReport
contains line items for setup nodes likeBeforeEach
, etc which are not essentially SpecRuns.The text was updated successfully, but these errors were encountered: