Closed vladyslav-panasenko closed 7 months ago
Please add API key support.
Version: ReportPortal.SpecFlow 3.6.0
Error: throw System.Collections.Generic.KeyNotFoundException: Property 'Server:Authentication:Uuid' not found in the configuration.
config
"enabled": true, "server": { "url": "url", "project": "project", "apiKey": "api_key" }, "launch": { "name": "name", "description": "name", "debugMode": true, "tags": [ "QA" ], "attributes": ["QA"] }
Reason: var uuid = Plugin.Config.GetValue(ConfigurationPath.ServerAuthenticationUuid);
Underline dotnet line supports API keys - HttpClientFactory
All examples show a new approach with API key auth, whatever dotnet specflow agent does not support API key yet.
@vladyslav-panasenko, fixed in v3.6.1, thanks for the report.
Please add API key support.
Version: ReportPortal.SpecFlow 3.6.0
Error: throw System.Collections.Generic.KeyNotFoundException: Property 'Server:Authentication:Uuid' not found in the configuration.
config
Reason: var uuid = Plugin.Config.GetValue(ConfigurationPath.ServerAuthenticationUuid);
Underline dotnet line supports API keys - HttpClientFactory
All examples show a new approach with API key auth, whatever dotnet specflow agent does not support API key yet.