tessl install tessl/pypi-allure-python-commons@2.15.0Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks
Agent Success
Agent success rate when using this tile
94%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.27x
Baseline
Agent success rate without this tile
74%
{
"context": "This criteria evaluates the proper use of allure-python-commons test organization decorators to structure tests hierarchically. The focus is on correct application of @allure.epic, @allure.feature, @allure.story, and @allure.suite decorators to create meaningful business-aligned test organization.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Epic Decorator Usage",
"description": "All four test functions use the @allure.epic decorator with the value 'E-commerce Platform'",
"max_score": 20
},
{
"name": "Suite Decorator Usage",
"description": "All four test functions use the @allure.suite decorator with the value 'E-commerce Tests'",
"max_score": 20
},
{
"name": "Feature Decorator Usage",
"description": "Test functions use the @allure.feature decorator correctly: test_user_registration and test_user_login use 'User Management', test_add_to_cart and test_checkout use 'Shopping Cart'",
"max_score": 30
},
{
"name": "Story Decorator Usage",
"description": "Test functions use the @allure.story decorator correctly: test_user_registration uses 'User Registration', test_user_login uses 'User Login', test_add_to_cart uses 'Add Items', test_checkout uses 'Complete Purchase'",
"max_score": 30
}
]
}