Hello,
I would like to configurate multiple mappings for test_suite and test_case, for instance:
...
"mappings": {
"test_suite":[ {
"key": "suite1",
"name": "%fields.customfield_13050|default=unnamed%",
"settings": {
"resources": [
"../${RELATIVE_ROOT_PATH}init.robot"
],
"suite_setup": [
"Init Suite Keyword"
],
"test_setup": [
"Init Test Keyword"
],
"test_teardown": [
"Teardown Keyword"
]
}
},
{
"key": "suite2",
"name": "%fields.customfield_13050|default=unnamed%",
"settings": {
"resources": [
"../${RELATIVE_ROOT_PATH}init2.robot"
]
}
}
]}
And use them maybe via an option on Jira?... is it possible to implement?
Hello,
I would like to configurate multiple mappings for test_suite and test_case, for instance:
And use them maybe via an option on Jira?... is it possible to implement?