happo / happo-plugin-storybook

A happo.io plugin for Storybook
MIT License
11 stars 5 forks source link

Easier possibility to filter stories that should be run in happo mode #19

Closed jack-sf closed 5 years ago

jack-sf commented 5 years ago

For example with:

  .addParameters({ happo: { enabled: false } })

(Right now we have to maintain two separate codebases, or a lot of ifs, to add a story only when in non-happo mode)

jack-sf commented 5 years ago

Done with https://github.com/happo/happo-plugin-storybook/pull/25 .