Releases: storybookjs/test-runner
Releases Β· storybookjs/test-runner
v0.14.0-next.1
v0.14.0-next.0
v0.13.1-next.2
π Bug Fix
- Run nyc with correct packager manager command #364 (@ferdinandhummel-gph @yannbf)
π Documentation
Authors: 2
- @ferdinandhummel-gph
- Yann Braga (@yannbf)
v0.13.1-next.1
v0.13.1-next.0
π Bug Fix
- Make userAgent configurable #342 (@jaknas)
- devDeps: Bump auto from v10 to v11 #346 (@legobeat)
- CI: Fix yarn 2 issue #352 (@yannbf)
- chore: set
engines.node
to>=12.0.0
#351 (@legobeat) - Maintenance: Update to yarn berry #344 (@yannbf)
- Maintenance: Remove csf upgrade in nightly check #343 (@yannbf)
π Internal
- chore: disable yarn telemetry by default #350 (@legobeat)
- chore: dedupe dependency versions in
yarn.lock
#347 (@legobeat)
Authors: 3
v0.13.0
π 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
- @ferdinandhummel-gph
- @work933k
- Yann Braga (@yannbf)
v0.13.0-next.2
v0.13.0-next.1
π Bug Fix
- Add coverage directory option #272 (@ferdinandhummel-gph @yannbf)
Authors: 2
- @ferdinandhummel-gph
- Yann Braga (@yannbf)
v0.13.0-next.0
v0.12.0
π Enhancement
π Bug Fix
- maintenance: remove no-manager-cache flag in example storybook #331 (@MH4GF)
- Fix extra args not being passed to jest #322 (@zyulyaev @yannbf)
- Fix empty coverage report #324 (@bryanjtc @yannbf)
- docs: fix github actions example for shard usage #320 (@MH4GF)
Authors: 5
- Bryan Thomas (@bryanjtc)
- Hirotaka Miyagi (@MH4GF)
- Nikita Zyulyaev (@zyulyaev)
- Valentin Palkovic (@valentinpalkovic)
- Yann Braga (@yannbf)