Skip to content

Releases: reportportal/agent-net-specflow

1.5.1

20 Feb 12:45
166b65a
Compare
Choose a tag to compare
  • Optimized memory usage during reporting
  • Fix #42: Plugin doesn't respect Enabled property from config

1.5.0

10 Jan 15:11
Compare
Choose a tag to compare
  • Use shared properties
  • Don't report a new launch if Launch_Id property is set

1.4.0

09 Oct 15:29
Compare
Choose a tag to compare
Added support of custom HTTP handler in SpecFlow agent (#32)

Added support of custom HTTP handler in SpecFlow agent

1.3.0

24 Sep 14:40
Compare
Choose a tag to compare

Breaking changes

  • Configuration of integration moved to ReportPortal.config.json file. Add json file with this name into your tests project. Don't forget to set Copy to Output Directory property for this file to Copy if newer. The example of content can be found here.
  • After upgrading your App.config might be changed. Add the following:
<configuration>
  ...
  <specFlow>
    ...
    <plugins>
      <add name="ReportPortal" type="Runtime"/>
    </plugins>
    ...
    <stepAssemblies>
      <stepAssembly assembly="ReportPortal.SpecFlowPlugin"/>
    </stepAssemblies>
  </specFlow>
</configuration>

New features

  • Faster and more stable reporting
  • All integration issues can be found in ReportPortal.log file. If you see that launch cannot be finished on ReportPortal after tests execution, please find details in this file.

1.2.5

04 Sep 10:44
Compare
Choose a tag to compare
Log messages after scenario now can be canceled

1.2.4

29 Aug 10:05
Compare
Choose a tag to compare
Report scenario description

1.2.3

07 Jun 10:27
Compare
Choose a tag to compare
Sending stacktrace after scenario instead of after step (#24)

1.2.2

06 Jun 09:07
Compare
Choose a tag to compare
Don't provide an issue type for failed scenario

1.2.1

18 Jun 17:21
Compare
Choose a tag to compare
Update cake script

1.1.2

16 Nov 21:07
Compare
Choose a tag to compare
Specify dependency version