Releases: reportportal/agent-net-vstest
Releases · reportportal/agent-net-vstest
3.6.0
What's Changed
- Simplified config file
- Support
ReportPortal.json
name besidesReportPortal.config.json
- Simplified declaration of
apiKey
{ "server": { "apiKey": "<your key>" } }
- Support
Full Changelog: 3.5.2...3.6.0
3.5.0
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
3.4.2
What's Changed
- Fix link to ReportPortal and package release notes by @Aleh-Yanushkevich in #64
- Add Report Portal launch URL when it's finished by @mklpanasiuk in #65
New Contributors
- @Aleh-Yanushkevich made their first contribution in #64
- @mklpanasiuk made their first contribution in #65
Full Changelog: 3.4.1...3.4.2
3.4.0
Full Changelog: 3.3.0...3.4.0
3.3.0
3.2.0
- Inherited features from https://github.com/reportportal/commons-net/releases/tag/3.2.0
3.1.1
3.1.0
- #51 Don't investigate skipped tests
- #53 Output simple http requests statistics at the end of results reporting
- #52 Parse categories as key/value attributes with colon as separator
- Configurable http proxy