npm @storybook/test-runner 0.13.0
v0.13.0

latest releases: 0.24.0-next.2, 0.23.1--canary.9fc3f61.0, 0.23.1--canary.41f9352.0...
2 years ago

🚀 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

Don't miss a new test-runner release

NewReleases is sending notifications on new releases.