Skip to content

Releases: reportportal/agent-net-nunit

4.6.0

02 Sep 11:42
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: 4.5.3...4.6.0

4.5.0

17 Mar 12:03
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
  }
}

What's Changed

New Contributors

Full Changelog: 4.4.1...4.5.0

From Dependencies: ClientShared

4.4.0

03 Oct 13:33
Compare
Choose a tag to compare

Full Changelog: 4.3.4...4.4.0

From Dependencies: ClientShared

4.3.4

09 Jun 12:28
Compare
Choose a tag to compare
  • Fix #82 Log messages for launch come to test rather than to launch

4.3.2

07 Jun 20:08
Compare
Choose a tag to compare

Proper handling of ReportPortal.Shared.Context.Launch.Log... messages.

4.3.1

03 Feb 11:09
d0211fe
Compare
Choose a tag to compare
  • #77 Report AuthorAttribute as test/fixture item attributes

4.3.0

16 Jan 16:13
Compare
Choose a tag to compare

4.2.0

01 Jul 13:37
d31f7a5
Compare
Choose a tag to compare
  • #74 Inconsistency of the parametrized tests for RP5.4
  • #73 Support of logging steps with Warn and Info statuses

Warning
Logic to determine tests uniqueness changed, thus you may lose tests history.

4.1.0

17 May 11:58
Compare
Choose a tag to compare
  • Output simple http requests statistics at the end of results reporting
  • Parse categories as key/value attributes with colon as separator
  • Ignore empty categories
  • Configurable http proxy

4.0.0

05 Aug 19:13
0921794
Compare
Choose a tag to compare

Note This version is compatible with ReportPortal v5.

  • New features from shared dependency
  • Tags are replaced with Attributes. Examples: attr1, os:win10.