You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 ->
After ->
The text was updated successfully, but these errors were encountered: