New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xspecs/storybook-addon

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xspecs/storybook-addon

XSpecs Storybook integration addon

  • 1.0.8
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

XSpecs storybook addon

To get started

  1. Install the addon by:
yarn add @xspecs/storybook-addon --dev
  1. Add the addon package to storybook main.js config file:
  module.exports = {
  stories: ['...'],
  addons: ['...', '@xspecs/storybook-addon'],
};
  1. Configure the XSpecs app url and login page by appending this to the preview.js storybook config file:
// This is the XSpecs addon configuration
addParameters({
  xspecs: {
    appUrl: "https://app.xspecs.io",
    loginToXSpecsUrl:
      "https://your-jira-domain/plugins/servlet/ac/io.xspecs.jira/xspecs-storybook",
  },
});

Usage

After installing the addon you will find an XSpecs panel on the bottom of the rendered story view in the storybook. You'll need to login to your JIRA and show any view with XSpecs specs on it.

Then for each story you'll be able to find and add specs for your stories. They will be shared for all of the storybook users.

Contact us

https://www.xolv.io/ https://www.xspecs.io/

Keywords

FAQs

Package last updated on 06 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc