1.3.0
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 setCopy to Output Directory
property for this file toCopy 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.