Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CorentinHache opened this issue Sep 3, 2024 · 0 comments

Comments

@CorentinHache
Copy link

CorentinHache commented Sep 3, 2024

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
@CorentinHache CorentinHache changed the title Define test tag when all tests in suite share the same tag Define a "Test Tags" when all the Test Case of a Test Suite share the same tag Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant