diff --git a/reportportal-install.json b/reportportal-install.json index b5dac8f..931b927 100644 --- a/reportportal-install.json +++ b/reportportal-install.json @@ -2,6 +2,37 @@ "name": "reportportal", "description": "Send spec results to https://reportportal.io", "versions": [ + { + "version": "1.16.2", + "gaugeVersionSupport": { + "minimum": "1.0.7", + "maximum": "" + }, + + "install": { + "windows": [], + "linux": [], + "darwin": [] + }, + + "DownloadUrls": { + "x86": { + "windows": "", + "linux": "", + "darwin": "" + }, + "x64": { + "windows": "https://github.com/reportportal/agent-net-gauge/releases/download/1.16.2/reportportal-1.16.2-win-x64.zip", + "linux": "https://github.com/reportportal/agent-net-gauge/releases/download/1.16.2/reportportal-1.16.2-linux-x64.zip", + "darwin": "https://github.com/reportportal/agent-net-gauge/releases/download/1.16.2/reportportal-1.16.2-osx-x64.zip" + }, + "arm64": { + "windows": "https://github.com/reportportal/agent-net-gauge/releases/download/1.16.2/reportportal-1.16.2-win-arm64.zip", + "linux": "https://github.com/reportportal/agent-net-gauge/releases/download/1.16.2/reportportal-1.16.2-linux-arm64.zip", + "darwin": "https://github.com/reportportal/agent-net-gauge/releases/download/1.16.2/reportportal-1.16.2-osx-arm64.zip" + } + } + }, { "version": "1.16.1", "gaugeVersionSupport": {