Skip to content

Commit

Permalink
New Report Portal plugin version 1.16.2 (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Borisenko <[email protected]>
  • Loading branch information
nvborisenko authored Feb 13, 2024
1 parent 121b78f commit 074200b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions reportportal-install.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 074200b

Please sign in to comment.