Skip to content

Releases: reportportal/agent-net-vstest

3.6.0

02 Sep 11:44
Compare
Choose a tag to compare

What's Changed

  • Simplified config file
    • Support ReportPortal.json name besides ReportPortal.config.json
    • Simplified declaration of apiKey
      {
        "server": {
          "apiKey": "<your key>"
        }
      }

Full Changelog: 3.5.2...3.6.0

3.5.0

17 Mar 12:18
Compare
Choose a tag to compare

Breaking Changes

  • Now SSL/TLS errors are not ignored by default. If you want to accept insecure connection, then you can force it via Server:IgnoreSslErrors.
    Example for json configuration:
{
  "server": {
    "ignoreSslErrors": true
  }
}

Full Changelog: 3.4.2...3.5.0

From Dependencies: ClientShared

3.4.2

13 Dec 18:42
bdcf661
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.1...3.4.2

3.4.0

03 Oct 13:45
Compare
Choose a tag to compare

Full Changelog: 3.3.0...3.4.0

From Dependencies: ClientShared

3.3.0

19 Apr 12:57
110b746
Compare
Choose a tag to compare
  • #63 Report all traits as test attributes

3.2.0

17 Jan 15:45
Compare
Choose a tag to compare

3.1.1

08 Sep 13:43
3b96ee3
Compare
Choose a tag to compare
  • Fix #60 Use default configuration sources including directory probing

3.1.0

15 May 10:24
Compare
Choose a tag to compare
  • #51 Don't investigate skipped tests
  • #53 Output simple http requests statistics at the end of results reporting
  • #52 Parse categories as key/value attributes with colon as separator
  • Configurable http proxy

3.0.2

04 Nov 22:08
Compare
Choose a tag to compare
  • Fix #49 Incorrect duration for data-driven MS tests

3.0.1

12 Aug 20:55
5eaa725
Compare
Choose a tag to compare
  • Fix #44 Correctly report log messages with attachments initiated on test side