Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A lightweight C# library for programmatically creating test result files in TRX
- ✨ **Simple API** - Intuitive and easy-to-use object model
- 🎯 **Type-Safe** - Strongly-typed C# classes for test results
- 🪶 **Lightweight** - Minimal external dependencies
- 🔄 **Multi-Target** - Supports .NET 8, 9, and 10
- 🔄 **Multi-Target** - Supports .NET Standard 2.0, .NET 8, 9, and 10
- 📦 **NuGet Ready** - Easy integration via NuGet package
- 📊 **Multiple Formats** - Supports both TRX and JUnit XML formats
- ✅ **Compatible** - Works with Visual Studio, Azure DevOps, and CI/CD systems
Expand Down
1 change: 0 additions & 1 deletion docs/design/test-results-library/test-results-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ graph TD
TestOutcome[TestOutcome]

CallingCode --> Serializer
Serializer --> SerializerHelpers
Serializer --> TrxSerializer
Serializer --> JUnitSerializer
TrxSerializer --> SerializerHelpers
Expand Down
1 change: 0 additions & 1 deletion docs/reqstream/test-results-library/test-outcome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ sections:
deferred test execution and helps track test execution state.
tests:
- TestOutcome_IsExecuted_AllOutcomes_ReturnsExpectedResult
- TestOutcome_IsPassed_PassedOutcome_ReturnsTrue

- id: TestResults-Model-WarningOutcome
title: The library shall support the Warning test outcome.
Expand Down