Skip to content

Releases: icnocop/AzurePipelines.TestLogger

v1.2.3

17 Oct 18:28
Compare
Choose a tag to compare

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

17 Oct 17:13
b6e77d4
Compare
Choose a tag to compare

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

20 Jan 14:02
Compare
Choose a tag to compare
  • [Feature] Added support for attachments from test run completion (#8, thanks @icnocop).

1.1.0

16 Jun 14:49
Compare
Choose a tag to compare
  • [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

15 May 14:24
Compare
Choose a tag to compare
  • [Fix] Updated Azure API endpoints to 5.0 final versions since previews are 404 now.

1.0.2

28 Jan 15:48
Compare
Choose a tag to compare
  • [Fix] Another fix for test runs without any results

1.0.1

28 Jan 03:14
Compare
Choose a tag to compare
  • [Fix] Makes sure not to end test runs that didn't send any results

1.0.0

17 Dec 13:47
Compare
Choose a tag to compare
  • [Refactoring] Code quality improvements

0.4.7

15 Dec 15:45
Compare
Choose a tag to compare
  • [Fix] Sends start dates when marking as completed so they don't get reset

0.4.6

14 Dec 20:46
Compare
Choose a tag to compare
  • [Feature] Sets start dates