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-4/

{
  "context": "This criteria evaluates how well the engineer uses allure-python-commons attachment functions to capture and attach various artifacts to test reports. The focus is exclusively on correct usage of allure.attach() and allure.attach.file() with appropriate attachment types.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Text attachment",
      "description": "Uses allure.attach() with allure.attachment_type.TEXT (or equivalent string 'text') to attach text log content",
      "max_score": 25
    },
    {
      "name": "JSON attachment",
      "description": "Uses allure.attach() with allure.attachment_type.JSON to attach JSON data, properly serializing the dictionary using json.dumps() or similar",
      "max_score": 25
    },
    {
      "name": "Image file attachment",
      "description": "Uses allure.attach.file() with allure.attachment_type.PNG (or appropriate image type) to attach the screenshot file from disk",
      "max_score": 25
    },
    {
      "name": "HTML attachment",
      "description": "Uses allure.attach() with allure.attachment_type.HTML to attach HTML content",
      "max_score": 25
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/pypi-allure-python-commons

tile.json