CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-allure-python-commons

Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks

Overall
score

94%

Overview
Eval results
Files

rubric.jsonevals/scenario-10/

{
  "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-commons

tile.json