-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Fix test-runner build step #19255
Conversation
@tmeasday @IanVS @yannbf this PR upgrades the test runner so that it actually tests (earlier versions were swallowing 7.0 errors). However, CI is currently breaking with "Cannot call renderSelection before initialization" in Vite projects, which was fixed here #19071. Any idea why it might be failing in the test runner? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart from question about parameter.
🤔 hmmm, that issue is due to timing related stuff so I guess it could just be a new kind of timing triggering a similar kind of issue. Not sure. |
Issue: N/A
Chromatic was failing on play function errors and test-runner was swallowing them because of a bug in the test-runner storybookjs/test-runner#195
What I did
Upgrade test-runner
How to test