storybook-addon-playwright 5.8.0 → 5.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -346,6 +346,7 @@ beforeAll(async () => {
346
346
 
347
347
  setConfig({
348
348
  storybookEndpoint: 'http://localhost:6006/', // or './storybook-static'
349
+ storyRenderTimeout: 30000,
349
350
  getPage: async (browserType, options) => {
350
351
  return await browsers[browserType].newPage(options);
351
352
  },
@@ -389,6 +390,7 @@ beforeAll(async () => {
389
390
  };
390
391
  setConfig({
391
392
  storybookEndpoint: 'http://localhost:6006/', // or './storybook-static'
393
+ storyRenderTimeout: 30000,
392
394
  getPage: async (browserType, options) => {
393
395
  return await browsers[browserType].newPage(options);
394
396
  },