Skip to content

Releases: gemini-testing/testplane-storybook

hermione/v1.0.0

18 Mar 13:33
Compare
Choose a tag to compare

The functionality of the plugin has been completely changed.
It would be easier to delete the old version, and then install the new one.

💣 Breaking changes

  • node versions less than 18.0.0 are no longer supported
  • now requires hermione 8.4+, storybook 6.4+
  • no longer a storybook plugin
  • now connects to hermione as:
// .hermione.conf.ts
export default {
    plugins: {
        'hermione-storybook': {
            // plugin config
        },

        // other hermione plugins...
    },

    // other hermione settings...
}

(instead of hermione-storybook/hermione)

🚀 Improvements

  • add ability to automatically screenshot test storybook stories
  • add ability to write hermione tests inside of storybook story files (available with ts-node)

hermione/v0.2.2

24 Oct 09:41
Compare
Choose a tag to compare

🐛 Bug fixes

Reset story args when selecting the same story (#8)

Problem reproduced when you have a story with some args (for example a and b) and hermione tests for that story:

  • test t1 set all args (a and b)
  • test t2 set only a args

So in case when t1 will execute first then in t2 argument b will be set to value from t1 which can lead to an incorrect view of the story

hermione/v0.2.1

15 Sep 17:57
Compare
Choose a tag to compare

🐛 Bug fixes

  • fix peer dependency to hermione