Added support for dotnet nunit

This commit is contained in:
Simen Sandvaer 2022-11-06 14:12:13 +01:00
parent c9b3d0e2bd
commit a97564ca53
21 changed files with 3265 additions and 1615 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,293 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`dotnet-nunit tests report from matches snapshot 1`] = `
TestRunResult {
"path": "fixtures/external/dotnet/nunit-test-results.xml",
"suites": Array [
TestSuiteResult {
"groups": Array [],
"indentationDepth": 0,
"name": "mock-assembly.dll",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [
TestGroupResult {
"name": "FailingTest",
"tests": Array [
TestCaseResult {
"error": Object {
"details": " at NUnit.Framework.Assert.Fail(String message, Object[] args) in D:\\\\Dev\\\\NUnit\\\\nunit-3.0\\\\work\\\\NUnitFramework\\\\src\\\\framework\\\\Assert.cs:line 142
at NUnit.Framework.Assert.Fail(String message) in D:\\\\Dev\\\\NUnit\\\\nunit-3.0\\\\work\\\\NUnitFramework\\\\src\\\\framework\\\\Assert.cs:line 152
at NUnit.Tests.Assemblies.MockTestFixture.FailingTest() in D:\\\\Dev\\\\NUnit\\\\nunit-3.0\\\\work\\\\NUnitFramework\\\\src\\\\mock-assembly\\\\MockAssembly.cs:line 121",
"line": undefined,
"message": "Intentional failure",
"path": undefined,
},
"name": "FailingTest",
"result": "failed",
"time": 23,
},
],
},
TestGroupResult {
"name": "InconclusiveTest",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "InconclusiveTest",
"result": "success",
"time": 1,
},
],
},
TestGroupResult {
"name": "MockTest1",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "MockTest1",
"result": "success",
"time": 0,
},
],
},
TestGroupResult {
"name": "MockTest2",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "MockTest2",
"result": "success",
"time": 0,
},
],
},
TestGroupResult {
"name": "MockTest3",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "MockTest3",
"result": "success",
"time": 0,
},
],
},
TestGroupResult {
"name": "MockTest4",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "MockTest4",
"result": "skipped",
"time": 0,
},
],
},
TestGroupResult {
"name": "MockTest5",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "MockTest5",
"result": "skipped",
"time": 0,
},
],
},
TestGroupResult {
"name": "NotRunnableTest",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "NotRunnableTest",
"result": "skipped",
"time": 0,
},
],
},
TestGroupResult {
"name": "TestWithException",
"tests": Array [
TestCaseResult {
"error": Object {
"details": " at NUnit.Tests.Assemblies.MockTestFixture.MethodThrowsException() in D:\\\\Dev\\\\NUnit\\\\nunit-3.0\\\\work\\\\NUnitFramework\\\\src\\\\mock-assembly\\\\MockAssembly.cs:line 158
at NUnit.Tests.Assemblies.MockTestFixture.TestWithException() in D:\\\\Dev\\\\NUnit\\\\nunit-3.0\\\\work\\\\NUnitFramework\\\\src\\\\mock-assembly\\\\MockAssembly.cs:line 153",
"line": undefined,
"message": "System.ApplicationException : Intentional Exception",
"path": undefined,
},
"name": "TestWithException",
"result": "failed",
"time": 2,
},
],
},
TestGroupResult {
"name": "TestWithManyProperties",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "TestWithManyProperties",
"result": "success",
"time": 0,
},
],
},
],
"indentationDepth": 1,
"name": "MockTestFixture",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [],
"indentationDepth": 1,
"name": "BadFixture",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [],
"indentationDepth": 1,
"name": "FixtureWithTestCases",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [
TestGroupResult {
"name": "MethodWithParameters(2,2)",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "MethodWithParameters(2,2)",
"result": "success",
"time": 6,
},
],
},
TestGroupResult {
"name": "MethodWithParameters(9,11)",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "MethodWithParameters(9,11)",
"result": "success",
"time": 0,
},
],
},
],
"indentationDepth": 2,
"name": "MethodWithParameters",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [],
"indentationDepth": 1,
"name": "IgnoredFixture",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [],
"indentationDepth": 1,
"name": "ParameterizedFixture",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [
TestGroupResult {
"name": "Test1",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "Test1",
"result": "success",
"time": 0,
},
],
},
TestGroupResult {
"name": "Test2",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "Test2",
"result": "success",
"time": 0,
},
],
},
],
"indentationDepth": 2,
"name": "ParameterizedFixture(42)",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [
TestGroupResult {
"name": "Test1",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "Test1",
"result": "success",
"time": 0,
},
],
},
TestGroupResult {
"name": "Test2",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "Test2",
"result": "success",
"time": 0,
},
],
},
],
"indentationDepth": 2,
"name": "ParameterizedFixture(5)",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [
TestGroupResult {
"name": "TestCase",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "TestCase",
"result": "success",
"time": 0,
},
],
},
],
"indentationDepth": 1,
"name": "OneTestCase",
"totalTime": NaN,
},
TestSuiteResult {
"groups": Array [
TestGroupResult {
"name": "MyTest",
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "MyTest",
"result": "success",
"time": 1,
},
],
},
],
"indentationDepth": 1,
"name": "MockTestFixture",
"totalTime": NaN,
},
],
"totalTime": 154,
}
`;

View file

@ -121,6 +121,7 @@ Actual: False",
],
},
],
"indentationDepth": 0,
"name": "DotnetTests.XUnitTests.CalculatorTests",
"totalTime": undefined,
},
@ -351,6 +352,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.AbstractValidatorTester",
"totalTime": undefined,
},
@ -392,6 +394,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.AccessorCacheTests",
"totalTime": undefined,
},
@ -415,6 +418,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.AssemblyScannerTester",
"totalTime": undefined,
},
@ -654,6 +658,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.CascadingFailuresTester",
"totalTime": undefined,
},
@ -743,6 +748,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ChainedValidationTester",
"totalTime": undefined,
},
@ -772,6 +778,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ChainingValidatorsTester",
"totalTime": undefined,
},
@ -795,6 +802,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ChildRulesTests",
"totalTime": undefined,
},
@ -902,6 +910,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.CollectionValidatorWithParentTests",
"totalTime": undefined,
},
@ -1015,6 +1024,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ComplexValidationTester",
"totalTime": undefined,
},
@ -1134,6 +1144,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ConditionTests",
"totalTime": undefined,
},
@ -1157,6 +1168,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.CreditCardValidatorTests",
"totalTime": undefined,
},
@ -1186,6 +1198,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.CustomFailureActionTester",
"totalTime": undefined,
},
@ -1233,6 +1246,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.CustomMessageFormatTester",
"totalTime": undefined,
},
@ -1304,6 +1318,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.CustomValidatorTester",
"totalTime": undefined,
},
@ -1495,6 +1510,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.DefaultValidatorExtensionTester",
"totalTime": undefined,
},
@ -1722,6 +1738,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.EmailValidatorTests",
"totalTime": undefined,
},
@ -1787,6 +1804,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.EmptyTester",
"totalTime": undefined,
},
@ -1870,6 +1888,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.EnumValidatorTests",
"totalTime": undefined,
},
@ -1941,6 +1960,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.EqualValidatorTests",
"totalTime": undefined,
},
@ -1988,6 +2008,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ExactLengthValidatorTester",
"totalTime": undefined,
},
@ -2113,6 +2134,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ExclusiveBetweenValidatorTests",
"totalTime": undefined,
},
@ -2148,6 +2170,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ExtensionTester",
"totalTime": undefined,
},
@ -2363,6 +2386,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ForEachRuleTests",
"totalTime": undefined,
},
@ -2458,6 +2482,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.GreaterThanOrEqualToValidatorTester",
"totalTime": undefined,
},
@ -2547,6 +2572,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.GreaterThanValidatorTester",
"totalTime": undefined,
},
@ -2666,6 +2692,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.InclusiveBetweenValidatorTests",
"totalTime": undefined,
},
@ -2743,6 +2770,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.InheritanceValidatorTest",
"totalTime": undefined,
},
@ -2760,6 +2788,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.InlineValidatorTester",
"totalTime": undefined,
},
@ -2897,6 +2926,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.LanguageManagerTests",
"totalTime": undefined,
},
@ -3004,6 +3034,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.LengthValidatorTests",
"totalTime": undefined,
},
@ -3093,6 +3124,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.LessThanOrEqualToValidatorTester",
"totalTime": undefined,
},
@ -3200,6 +3232,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.LessThanValidatorTester",
"totalTime": undefined,
},
@ -3247,6 +3280,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.LocalisedMessagesTester",
"totalTime": undefined,
},
@ -3270,6 +3304,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.LocalisedNameTester",
"totalTime": undefined,
},
@ -3335,6 +3370,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.MemberAccessorTests",
"totalTime": undefined,
},
@ -3406,6 +3442,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.MessageFormatterTests",
"totalTime": undefined,
},
@ -3429,6 +3466,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ModelLevelValidatorTests",
"totalTime": undefined,
},
@ -3458,6 +3496,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.NameResolutionPluggabilityTester",
"totalTime": undefined,
},
@ -3529,6 +3568,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.NotEmptyTester",
"totalTime": undefined,
},
@ -3606,6 +3646,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.NotEqualValidatorTests",
"totalTime": undefined,
},
@ -3647,6 +3688,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.NotNullTester",
"totalTime": undefined,
},
@ -3688,6 +3730,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.NullTester",
"totalTime": undefined,
},
@ -3759,6 +3802,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.OnFailureTests",
"totalTime": undefined,
},
@ -3800,6 +3844,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.PredicateValidatorTester",
"totalTime": undefined,
},
@ -3853,6 +3898,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.PropertyChainTests",
"totalTime": undefined,
},
@ -3954,6 +4000,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.RegularExpressionValidatorTests",
"totalTime": undefined,
},
@ -4139,6 +4186,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.RuleBuilderTests",
"totalTime": undefined,
},
@ -4234,6 +4282,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.RuleDependencyTests",
"totalTime": undefined,
},
@ -4371,6 +4420,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.RulesetTests",
"totalTime": undefined,
},
@ -4418,6 +4468,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ScalePrecisionValidatorTests",
"totalTime": undefined,
},
@ -4681,6 +4732,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.SharedConditionTests",
"totalTime": undefined,
},
@ -4698,6 +4750,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.StandalonePropertyValidationTester",
"totalTime": undefined,
},
@ -4769,6 +4822,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.StringEnumValidatorTests",
"totalTime": undefined,
},
@ -4798,6 +4852,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.TrackingCollectionTests",
"totalTime": undefined,
},
@ -4833,6 +4888,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.TransformTests",
"totalTime": undefined,
},
@ -4886,6 +4942,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.UserSeverityTester",
"totalTime": undefined,
},
@ -4921,6 +4978,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.UserStateTester",
"totalTime": undefined,
},
@ -5016,6 +5074,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ValidateAndThrowTester",
"totalTime": undefined,
},
@ -5075,6 +5134,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ValidationResultTests",
"totalTime": undefined,
},
@ -5116,6 +5176,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ValidatorDescriptorTester",
"totalTime": undefined,
},
@ -5187,6 +5248,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ValidatorSelectorTests",
"totalTime": undefined,
},
@ -5636,6 +5698,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "FluentValidation.Tests.ValidatorTesterTester",
"totalTime": undefined,
},
@ -5692,6 +5755,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.CloudStorageCredentialsTest",
"totalTime": undefined,
},
@ -5733,6 +5797,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest",
"totalTime": undefined,
},
@ -5786,6 +5851,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest",
"totalTime": undefined,
},
@ -5809,6 +5875,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest",
"totalTime": undefined,
},
@ -5844,6 +5911,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest",
"totalTime": undefined,
},
@ -5879,6 +5947,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest",
"totalTime": undefined,
},
@ -5920,6 +5989,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest",
"totalTime": undefined,
},
@ -5985,6 +6055,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.CloudStorageTokenTest",
"totalTime": undefined,
},
@ -6014,6 +6085,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest",
"totalTime": undefined,
},
@ -6079,6 +6151,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.OAuth2.OAuth2UtilsTest",
"totalTime": undefined,
},
@ -6120,6 +6193,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.OAuth2CloudStorageClientTest",
"totalTime": undefined,
},
@ -6173,6 +6247,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.SecureStringExtensionsTest",
"totalTime": undefined,
},
@ -6262,6 +6337,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "VanillaCloudStorageClientTest.SerializeableCloudStorageCredentialsTest",
"totalTime": undefined,
},

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -74,6 +74,7 @@ false !== true
],
},
],
"indentationDepth": 0,
"name": "test/main.test.js",
"totalTime": undefined,
},
@ -104,6 +105,7 @@ false !== true
],
},
],
"indentationDepth": 0,
"name": "test/second.test.js",
"totalTime": undefined,
},
@ -263,6 +265,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/buffered-worker-pool.spec.js",
"totalTime": undefined,
},
@ -374,6 +377,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/cli/config.spec.js",
"totalTime": undefined,
},
@ -1040,6 +1044,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/cli/node-flags.spec.js",
"totalTime": undefined,
},
@ -1362,6 +1367,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/cli/options.spec.js",
"totalTime": undefined,
},
@ -1457,6 +1463,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/cli/run-helpers.spec.js",
"totalTime": undefined,
},
@ -1723,6 +1730,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/cli/run.spec.js",
"totalTime": undefined,
},
@ -1958,6 +1966,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/mocha.spec.js",
"totalTime": undefined,
},
@ -2158,6 +2167,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/parallel-buffered-runner.spec.js",
"totalTime": undefined,
},
@ -2220,6 +2230,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/reporters/parallel-buffered.spec.js",
"totalTime": undefined,
},
@ -2631,6 +2642,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/serializer.spec.js",
"totalTime": undefined,
},
@ -2688,6 +2700,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/stack-trace-filter.spec.js",
"totalTime": undefined,
},
@ -2739,6 +2752,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/utils.spec.js",
"totalTime": undefined,
},
@ -2890,6 +2904,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/node-unit/worker.spec.js",
"totalTime": undefined,
},
@ -2974,6 +2989,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/context.spec.js",
"totalTime": undefined,
},
@ -3013,6 +3029,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/duration.spec.js",
"totalTime": undefined,
},
@ -3142,6 +3159,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/errors.spec.js",
"totalTime": undefined,
},
@ -3177,6 +3195,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/globals.spec.js",
"totalTime": undefined,
},
@ -3251,6 +3270,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/grep.spec.js",
"totalTime": undefined,
},
@ -3280,6 +3300,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/hook-async.spec.js",
"totalTime": undefined,
},
@ -3320,6 +3341,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/hook-sync-nested.spec.js",
"totalTime": undefined,
},
@ -3349,6 +3371,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/hook-sync.spec.js",
"totalTime": undefined,
},
@ -3366,6 +3389,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/hook-timeout.spec.js",
"totalTime": undefined,
},
@ -3406,6 +3430,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/hook.spec.js",
"totalTime": undefined,
},
@ -4513,6 +4538,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/mocha.spec.js",
"totalTime": undefined,
},
@ -4530,6 +4556,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/overspecified-async.spec.js",
"totalTime": undefined,
},
@ -4553,6 +4580,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/parse-query.spec.js",
"totalTime": undefined,
},
@ -4981,6 +5009,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/plugin-loader.spec.js",
"totalTime": undefined,
},
@ -4998,6 +5027,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/required-tokens.spec.js",
"totalTime": undefined,
},
@ -5015,6 +5045,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/root.spec.js",
"totalTime": undefined,
},
@ -5566,6 +5597,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/runnable.spec.js",
"totalTime": undefined,
},
@ -6214,6 +6246,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/runner.spec.js",
"totalTime": undefined,
},
@ -6727,6 +6760,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/suite.spec.js",
"totalTime": undefined,
},
@ -6843,6 +6877,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/test.spec.js",
"totalTime": undefined,
},
@ -6918,6 +6953,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/throw.spec.js",
"totalTime": undefined,
},
@ -7007,6 +7043,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/timeout.spec.js",
"totalTime": undefined,
},
@ -7578,6 +7615,7 @@ TestRunResult {
],
},
],
"indentationDepth": 0,
"name": "test/unit/utils.spec.js",
"totalTime": undefined,
},