Skip to content

Releases: reportportal/agent-net-vstest

3.0.0

05 Aug 19:18
f3ea4d7
Compare
Choose a tag to compare

Note This version is compatible with ReportPortal v5.

  • New features from shared dependency
  • #38 Tags are replaced with Attributes. Examples: attr1, os:win10.
  • #42 Fix providing several launch attributes via command line test logger parameters
  • Possibility to override any configuration property through command line arguments.
  • Fix consistency of debugMode configuration property. Command line argument was isDebugMode, wich was incorrect. Correct one is debugMode.

2.3.9

14 Jan 20:11
Compare
Choose a tag to compare
  • Transient dependency upgrade, see nested features

2.3.8

18 Dec 12:18
Compare
Choose a tag to compare
  • Fix sending test attachments if file path contains encoded symbols

2.3.7

01 Nov 11:59
Compare
Choose a tag to compare
  • Write error message into log file in case of incorrect attachment instead of sending warning to server

2.3.6

23 Oct 16:09
Compare
Choose a tag to compare
  • Fix the issue when reporting is blocked

2.3.5

16 Oct 11:18
Compare
Choose a tag to compare
  • More detailed information of error messages for broken reporting

2.3.4

11 Oct 10:43
Compare
Choose a tag to compare
  • Internal agent log, set environment variable ReportPortal_TraceLevel to Verbose and see logs in ReportPortal*.log files

2.3.1

16 Sep 16:41
Compare
Choose a tag to compare
  • Fix #35 ReportPortal.Shared.Log messages are not reported correctly with SpecRun adapter

2.3.0

11 Sep 11:37
Compare
Choose a tag to compare
  • Fix #34 Support MSTest framework data-driven tests

2.2.0

06 Sep 09:40
Compare
Choose a tag to compare
  • Fix #12 Report test description and categories for MsTest framework