From 4b34f757ffd7343b38e7eb181ea48755120344ac Mon Sep 17 00:00:00 2001 From: Dmitry Gridnev Date: Mon, 9 Oct 2023 17:51:17 +0300 Subject: [PATCH] Update Readme.md --- testit-adapter-cucumber5/Readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/testit-adapter-cucumber5/Readme.md b/testit-adapter-cucumber5/Readme.md index 0fe639b..08c8857 100644 --- a/testit-adapter-cucumber5/Readme.md +++ b/testit-adapter-cucumber5/Readme.md @@ -370,13 +370,13 @@ If you want to add attachment for a failed test then see [How to add an attachme Use tags to specify information about autotest. Description of tags: -- `WorkItemIds` - linking an autotest to a test case. -- `DisplayName` - name of the autotest in Test IT. -- `ExternalId` - ID of the autotest within the project in Test IT. -- `Title` - title in the autotest card. -- `Description` - description in the autotest card. -- `Labels` - tags in the autotest card. -- `Links` - links in the autotest card. +- `WorkItemIds` - a method that links autotests with manual tests. Receives the array of manual tests' IDs +- `DisplayName` - internal autotest name (used in Test IT) +- `ExternalId` - unique internal autotest ID (used in Test IT) +- `Title` - autotest name specified in the autotest card. If not specified, the name from the displayName method is used +- `Description` - autotest description specified in the autotest card +- `Labels` - tags listed in the autotest card +- `Links` - links listed in the autotest card Description of methods: - `Adapter.addLinks` - add links to the autotest result.