-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enh(tests): First attempt to link robot tests with xRay tests to disp…
…lay the status of automated tests (#1167) REFS: MON-24549 --------- Co-authored-by: sfarouq-ext <sfarouq-ext@github.com>
- Loading branch information
1 parent
09fa470
commit fad99a4
Showing
5 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"fields": { | ||
"project": { | ||
"id": "11100", | ||
"key": "MON" | ||
}, | ||
"summary": "Brand new Test execution", | ||
"issuetype": { | ||
"id": "10271", | ||
"name": "Test Execution" | ||
}, | ||
"components": [ | ||
{ | ||
"name": "centreon-collect" | ||
} | ||
] | ||
}, | ||
"xrayFields": { | ||
"testPlanKey": "MON-35339" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"fields": { | ||
"project": { | ||
"id": "11100" | ||
}, | ||
"labels": [ | ||
"Server", | ||
"Robot" | ||
] | ||
} | ||
} |