Skip to content

Define a "Test Tags" when all the Test Case of a Test Suite share the same tag #710

@CorentinHache

Description

@CorentinHache

When all the Test Case of a Test Suite share the same [Tags], the related tag have to be move in the "Test Tags" section of the test suite.

Example :
Before ->

*** Settings ***
Documentation       Example

*** Test Cases ***
Example test 1
    [Documentation]    Example test 1
    [Tags]    beta  
    My Test Keyword

Example test 2
    [Documentation]    Example test 2
    [Tags]    beta  alpha
    My Test Keyword

After ->

*** Settings ***
Documentation       Example
Test Tags    beta

*** Test Cases ***
Example test 1
    [Documentation]    Example test 1
    My Test Keyword

Example test 2
    [Documentation]    Example test 2
    [Tags]    alpha
    My Test Keyword

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions