Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks
Overall
score
94%
{
"context": "This criteria evaluates how well the engineer uses allure-python-commons to link tests to external systems like issue trackers and test case management systems. The focus is on correct usage of the @allure.issue() and @allure.testcase() decorators to establish traceability between tests and external resources.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Single Issue Link",
"description": "Uses @allure.issue() decorator to link a test to a single issue with the correct URL and name parameters",
"max_score": 25
},
{
"name": "Multiple Issue Links",
"description": "Uses multiple @allure.issue() decorators on the same test to link to multiple issues with correct URLs and names",
"max_score": 25
},
{
"name": "Test Case Link",
"description": "Uses @allure.testcase() decorator to link a test to a test case with the correct URL and name parameters",
"max_score": 25
},
{
"name": "Combined Links",
"description": "Correctly combines both @allure.issue() and @allure.testcase() decorators on the same test to link to both an issue and a test case",
"max_score": 25
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-allure-python-commonsevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10