Skip to content

Releases: gemini-testing/testplane-storybook

v1.7.4

15 Sep 12:00
d0bfa48

Choose a tag to compare

🐛 Bug fixes

  • make proxy stub more robust (#46)

This includes following cases:

  • "ownKeys" versatility (TypeError: 'ownKeys' on proxy: trap result did not include 'prototype')
  • "getOwnPropertyDescriptor" versatility (TypeError: 'getOwnPropertyDescriptor' on proxy)
  • "window" stub (ReferenceError: window is not defined)
  • not existing modules stub (Error: Cannot find module '...')

v1.7.3

13 Aug 09:52
b84c78c

Choose a tag to compare

🐛 Bug fixes

  • dont fail when proxy is treated as string (#44)

v1.7.2

18 Jul 12:35
b479965

Choose a tag to compare

🐛 Bug fixes

  • add storybook v9 support (#40)

v1.7.1

20 May 16:45
ec15930

Choose a tag to compare

🐛 Bug fixes

  • fix storybook globals not setting properly in some cases (#38)

v1.7.0

30 Apr 08:33
f0522bc

Choose a tag to compare

🚀 Improvements

  • add ability to specify waitStorybookJsonTimeout via config (#37)

v1.6.0

06 Mar 14:28
86356a9

Choose a tag to compare

🚀 Improvements

  • add ability to override testplane storyfile configs (#33)

v1.5.1

06 Mar 14:23
3f18cc9

Choose a tag to compare

🐛 Bug fixes

  • acknowledge safari & webpack quirks (#34)

v1.5.0

03 Feb 15:14
4a0f84e

Choose a tag to compare

🚀 Improvements

  • Add selector name to autoscreenshot step (#32)

image

v1.3.0

07 Nov 22:44
a6cd2a8

Choose a tag to compare

🚀 Improvements

  • Added autoScreenshotStorybookGlobals option (can be specified in storyfile and in plugin config). (#28)

It can be specified in order to create multiple sets of autoscreenshot tests with different storybook global values

For example, with autoScreenshotStorybookGlobals is set to:

{
  "default": {},
  "light theme": {
    "theme": "light"
  },
  "dark theme": {
    "theme": "dark"
  }
}

there would be 3 screenshot tests for each story, with each having corresponding storybook globals value:

  • ... Autoscreenshot default
  • ... Autoscreenshot light theme
  • ... Autoscreenshot dark theme

v1.2.3

02 Nov 14:05
0a01148

Choose a tag to compare

🐛 Bug fixes

  • fix no test found error when trying to launch testplane --storybook with explicitly set system.fileExtensions without .js extension