Releases: reportportal/agent-net-specflow
Releases · reportportal/agent-net-specflow
1.5.1
1.5.0
- Use shared properties
- Don't report a new launch if
Launch_Id
property is set
1.4.0
Added support of custom HTTP handler in SpecFlow agent (#32) Added support of custom HTTP handler in SpecFlow agent
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.
1.2.5
Log messages after scenario now can be canceled
1.2.4
Report scenario description
1.2.3
Sending stacktrace after scenario instead of after step (#24)
1.2.2
Don't provide an issue type for failed scenario
1.2.1
Update cake script
1.1.2
Specify dependency version