[scriptInclude type="file" source="$(ResourcesFolder)\_Shared\includes\document-start-include.html" /] [$! using Zeta.VoyagerLibrary.Tools; $] [scriptInclude type="file" source="$(ResourcesFolder)\_Shared\includes\header-content-include.html" /]

Project progress for Test folder "[$=tc.Title$]"

Export

[$=tp.Title$]

[$=testEnv.Title$]

Test run State Start Finish Total Open ∑ (Empty) ∑ [$=testResult.ShortName$]
[$=testRun.Title$] [$=StringHelper.GetEnumDescription(testRun.State)$] [$=getOrEmpty("-", ZetaTestStringHelper.FormatDateAndTime( testRun.DateStarted ))$] [$=getOrEmpty("-", ZetaTestStringHelper.FormatDateAndTime( testRun.DateFinished ))$] [$=totalCount$] [$=openCount$] [$=emptyCount$] [$ int id; if (states.TryGetValue( testResult.ID, out id ) ) { Context.Write(id); } else { Context.Write(0); } $]

[$=index$] Test runs.

No test environments present.

No test plans present.

[$$ private static string getOrEmpty( string alt, string text ) { return string.IsNullOrEmpty(text)?alt:text; } $]