Skip to content

Releases: reportportal/agent-net-specflow

3.6.0

02 Sep 11:43
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.3...3.6.0

3.5.2

30 Mar 10:53
d3eabbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.1...3.5.2

3.5.0

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

23 Feb 10:11
Compare
Choose a tag to compare
  • Wait all nested http requests to be sent in case of cancelled launch

Full Changelog: 3.4.1...3.4.2

3.4.0

03 Oct 13:41
Compare
Choose a tag to compare

Full Changelog: 3.3.0...3.4.0

From Dependencies: ClientShared

3.3.0

16 Jan 16:17
Compare
Choose a tag to compare

3.2.1

27 Aug 13:54
763c242
Compare
Choose a tag to compare
  • Fix #65 No need to investigate skipped scenarios
  • Fix #70 Skipped Scenarios are not displayed in RP when ignoring it at runtime

3.2.0

05 Mar 13:12
4ac5188
Compare
Choose a tag to compare
  • Fix #68 Minimum supported SpecFlow v3.7.13

3.1.0

05 Mar 12:20
c24d37a
Compare
Choose a tag to compare
  • Fix #63 Minimum supported SpecFlow v3.6.23
  • Fix #60 Tags for scenario and feature are reported as attributes, : is delimiter
  • Fix issue for concurrent log scopes

3.0.2

11 Nov 17:37
Compare
Choose a tag to compare
  • Fix #59 Logs are not shown for parallel scenarios execution