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

{
  "context": "This criteria evaluates how well the engineer understands and uses Storybook's external references feature to configure links to remote Storybook instances. The focus is on proper configuration structure, refs object format, and handling of reference metadata.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Refs object structure",
      "description": "Creates a refs configuration object where keys are unique identifiers and values are objects with title and url properties, following Storybook's expected refs format",
      "max_score": 30
    },
    {
      "name": "Reference key generation",
      "description": "Generates valid reference keys that are suitable for use as object keys in Storybook configuration (e.g., lowercase, hyphenated, no special characters)",
      "max_score": 20
    },
    {
      "name": "Title and URL mapping",
      "description": "Correctly maps the input title and url properties to the refs configuration structure, ensuring both are preserved and accessible",
      "max_score": 20
    },
    {
      "name": "Configuration object format",
      "description": "Generates a properly structured Storybook configuration object with a refs property that can be used in .storybook/main.js or .storybook/main.ts",
      "max_score": 20
    },
    {
      "name": "Additional reference properties",
      "description": "Preserves and includes additional reference properties (such as version) in the refs configuration when provided",
      "max_score": 10
    }
  ]
}

Install with Tessl CLI

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

tile.json