зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1597633 - Provide schema support for public suite & test names r=octavian_negru
Differential Revision: https://phabricator.services.mozilla.com/D53795 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b7065132eb
Коммит
6b860bc491
|
@ -40,6 +40,12 @@
|
|||
"title": "Subtest name",
|
||||
"type": "string"
|
||||
},
|
||||
"publicName": {
|
||||
"title": "Public subtest name",
|
||||
"description": "Allows renaming test's name, without breaking existing performance data series",
|
||||
"maxLength": 30,
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"description": "Summary value for subtest",
|
||||
"title": "Subtest value",
|
||||
|
@ -104,6 +110,12 @@
|
|||
"title": "Suite name",
|
||||
"type": "string"
|
||||
},
|
||||
"publicName": {
|
||||
"title": "Public suite name",
|
||||
"description": "Allows renaming suite's name, without breaking existing performance data series",
|
||||
"maxLength": 30,
|
||||
"type": "string"
|
||||
},
|
||||
"extraOptions": {
|
||||
"type": "array",
|
||||
"title": "Extra options used in running suite",
|
||||
|
|
Загрузка…
Ссылка в новой задаче