Skip to content

Links#

Est Shizard collects auxiliary info such as links to Jira issues or arbitrary links and stores it in Allure reports <esh_root_dir>/ allure-reports / <hash_test_item_name>-result.json. This info is also reflected in metadata: <esh_root_dir>/ metadata / <suite_name> / <test_item_name>.json.

There are esho types of links currently supported: jira_issue and generic (default). The difference is how they are translated to Allure links and which autoformatting rules are applied. For instance, using jira_issue with value ABC-123 will be automatically converted to https://j.yadro.com/browse/ABC-123. generic links are passed as-is.

Optionally, name can be specified to provide hint label to a generated URL.