storybookjs / test-runner

🚕 Turn stories into executable tests
https://storybook.js.org/docs/writing-tests/interaction-testing
MIT License
220 stars 66 forks source link

Fix 8.1.4+ support for v5 index.json #475

Closed shilman closed 1 month ago

shilman commented 1 month ago

Closes https://github.com/storybookjs/test-runner/issues/472

What I did

Include support for v5 which is identical to v4 in every meaningful way

Checklist for Contributors

Manual testing

Run the test-runner in index.json mode against an 8.1.4+ Storybook

📦 Published PR as canary version: 0.18.2--canary.475.d05e449.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/test-runner@0.18.2--canary.475.d05e449.0 # or yarn add @storybook/test-runner@0.18.2--canary.475.d05e449.0 ```

Version

Published prerelease version: v0.18.2-next.1

Changelog #### 🐛 Bug Fix - Fix 8.1.4+ support for v5 index.json [#475](https://github.com/storybookjs/test-runner/pull/475) ([@shilman](https://github.com/shilman) [@yannbf](https://github.com/yannbf)) - Pin `@swc/core` to 1.5.7 [#474](https://github.com/storybookjs/test-runner/pull/474) ([@shilman](https://github.com/shilman)) #### Authors: 2 - Michael Shilman ([@shilman](https://github.com/shilman)) - Yann Braga ([@yannbf](https://github.com/yannbf))
github-actions[bot] commented 1 month ago

:rocket: PR was released in v0.18.2 :rocket: