diff --git a/README.md b/README.md index 26ecfb1..0f5fb5b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/design/test-results-library/test-results-library.md b/docs/design/test-results-library/test-results-library.md index 86d6609..979ca05 100644 --- a/docs/design/test-results-library/test-results-library.md +++ b/docs/design/test-results-library/test-results-library.md @@ -26,7 +26,6 @@ graph TD TestOutcome[TestOutcome] CallingCode --> Serializer - Serializer --> SerializerHelpers Serializer --> TrxSerializer Serializer --> JUnitSerializer TrxSerializer --> SerializerHelpers diff --git a/docs/reqstream/test-results-library/test-outcome.yaml b/docs/reqstream/test-results-library/test-outcome.yaml index 3f17146..0179ad2 100644 --- a/docs/reqstream/test-results-library/test-outcome.yaml +++ b/docs/reqstream/test-results-library/test-outcome.yaml @@ -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.