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.
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.