Relations
Relations are links between test cases that you can add to connect them, specifying the type of connection they have.
For example, if you have a manual test case that you have automated, you can add an "automates" relation to the automated test case and link it to the manual test case. From the perspective of the manual test case, this relation will be called "is automated by".
Currently, Allure TestOps supports four types of relations:
- automates / is automated by
- duplicates / is duplicated by
- clones / is cloned by
- related to
Adding relations
- Go to Test cases.
- Select a test case.
- On the right side of the page, next to Relations, click the pencil icon.
- Click the Add button.
- Select the type of relation and the test case you want to link to the selected test case.
- Click Submit.
To delete a previously added relation, click the cross icon.
© Qameta Software Inc. All rights reserved.