We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: https://github.com/reportportal/agent-net-vstest/blob/master/src/ReportPortal.VSTest.TestLogger/ReportPortal.config.schema
I think the authentication should no longer be in the list of required properties, because now it can be configured via apiKey.
authentication
required
apiKey
The text was updated successfully, but these errors were encountered:
@nvborisenko , could you please take a look into this request?
Sorry, something went wrong.
The request is correct, all properties in json should not be required, because json is not singe source of configuration.
https://github.com/reportportal/client-dotnet/blob/develop/docs/Configuration.md
No branches or pull requests
See: https://github.com/reportportal/agent-net-vstest/blob/master/src/ReportPortal.VSTest.TestLogger/ReportPortal.config.schema
I think the
authentication
should no longer be in the list ofrequired
properties, because now it can be configured viaapiKey
.The text was updated successfully, but these errors were encountered: