Releases: icnocop/AzurePipelines.TestLogger
Releases · icnocop/AzurePipelines.TestLogger
v1.2.3
What's Changed
- Fixed test run hang if an error occurs when trying to send test results to the server
- Pretty print requests and responses for easier troubleshooting
- Added integration tests
- Disabled warning NETSDK1138: The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Create build.yml for github workflow by @icnocop in #10
- Fixed incorrect test results when multiple tests have the same method name, in different classes. by @icnocop in #11
- Added Semver dependency to NuGet package by @icnocop in #13
- Publishing NuGet package by @icnocop in #14
- Fixed test result duration by @icnocop in #15
Full Changelog: v1.1.1...v1.2.2
1.1.1
1.1.0
- [Feature] Added support for uploading test result files (#6, thanks @icnocop).
- [Feature] Added support for uploading console outputs and errors as test result attachments (#6, thanks @icnocop).
- [Feature] Added support for using default credentials instead of an access token for authentication (#3, #6, thanks @icnocop).
- [Fix] Fixed some failing tests due to changed API version (#4, #5, thanks @icnocop).
1.0.3
- [Fix] Updated Azure API endpoints to 5.0 final versions since previews are 404 now.
1.0.2
- [Fix] Another fix for test runs without any results
1.0.1
- [Fix] Makes sure not to end test runs that didn't send any results
1.0.0
- [Refactoring] Code quality improvements
0.4.7
- [Fix] Sends start dates when marking as completed so they don't get reset
0.4.6
- [Feature] Sets start dates