CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/npm-storybook--addon-backgrounds

Deprecated Storybook addon that throws migration errors directing users to the new package structure in Storybook 9.0

86

1.08x
Overview
Eval results
Files

rubric.jsonevals/scenario-9/

{
  "context": "This criteria evaluates how effectively the engineer uses @storybook/instrumenter's instrument() function to wrap objects and track method calls. The focus is on proper usage of the instrumenter API for debugging and call tracking purposes.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "instrument() usage",
      "description": "Uses the instrument() function from @storybook/instrumenter to wrap the target object for call tracking",
      "max_score": 30
    },
    {
      "name": "Method call interception",
      "description": "Correctly intercepts method calls on the instrumented object, allowing the original method to execute while capturing call information",
      "max_score": 25
    },
    {
      "name": "Argument capture",
      "description": "Properly captures and stores method arguments passed during each call, preserving the argument values for later retrieval",
      "max_score": 20
    },
    {
      "name": "Return value capture",
      "description": "Correctly captures and stores the return value from each method call while returning the value to the caller",
      "max_score": 15
    },
    {
      "name": "Call history retrieval",
      "description": "Provides a mechanism to retrieve the complete call history with method names, arguments, and return values in the correct order",
      "max_score": 10
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/npm-storybook--addon-backgrounds

tile.json