Skip to content

Test duration shouldn't be shown as 0 if no value was provided #51544

@Youssef1313

Description

@Youssef1313

Example:

TimeSpan.FromTicks(testResult.Duration ?? 0),

If duration was null, we show it as "0". That doesn't look correct. We shouldn't print the duration at all in this case, because it's simply unknown.

Metadata

Metadata

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions