Skip to content

Multiple configurations #13

Description

@jevgenijSy

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?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions