reportportal / agent-net-gauge

Reporter plugin for https://gauge.org
Apache License 2.0
12 stars 5 forks source link

Inconsistent configuration `uri` parameter for rp endpoint #59

Closed nvborisenko closed 1 year ago

nvborisenko commented 1 year ago

Gauge plugin expects rp_server_uri parameter, while all others agents (nunit, vstest) rp_server_url.

We should be consistent, so let's expect url, and fallback to uri if url is not specified.