Skip to content

1.3.0

Compare
Choose a tag to compare
@nvborisenko nvborisenko released this 24 Sep 14:40
· 150 commits to master since this release

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.