diff --git a/Allure.NUnit/Core/AllureNUnitHelper.cs b/Allure.NUnit/Core/AllureNUnitHelper.cs index 2d0ed1a6..911f38df 100644 --- a/Allure.NUnit/Core/AllureNUnitHelper.cs +++ b/Allure.NUnit/Core/AllureNUnitHelper.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.ComponentModel; using System.Linq; using System.Text; using Allure.Net.Commons; @@ -96,6 +95,7 @@ internal static TestResult CreateTestResult(ITest test) var testResult = new TestResult { name = test.Name, + titlePath = EnumerateNamesFromTestFixtureToRoot(test).Reverse().ToList(), labels = new List