Deprecated Storybook addon that throws migration errors directing users to the new package structure in Storybook 9.0
86
{
"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-backgroundsdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10