We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5077edb commit 3fbbaddCopy full SHA for 3fbbadd
Sprout.fs
@@ -333,6 +333,7 @@ let runTestSuiteWithContext (context: TestContext) (sb: Describe) =
333
let! testResults = Runner.doRunTestSuite sb { context with Path = Path (context.Path.Value @ [sb.Name]) }
334
context.Reporter.EndSuite(sb.Name, context.Path)
335
context.Reporter.End testResults
336
+ return testResults |> Array.sumBy (function Failed _ -> 1 | _ -> 0)
337
}
338
339
let runTestSuite (describe: Describe) =
0 commit comments