Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 12:57

πŸš€ Enhancement

Add ability to fail on console errors #321 (@work933k @yannbf)

The test-runner has a new flag --failOnConsole that will make tests fail in case there are any console.error calls coming from your stories or components.

Support importing stories from separate packages #339 (@yannbf)

The test-runner is now able to correctly detect all the stories in monorepos where a Storybook imports stories from multiple projects (separate packages).

Add coverage directory option #272 (@ferdinandhummel-gph @yannbf)

The test-runner has a new flag --coverageDirectory that allows you to overwrite where the coverage output results should be placed.

Authors: 3