Yann Braga
Yann Braga
Hey everyone, it's **really difficult** to fix an issue when there is no reproduction available. I have been trying to reproduce this but without any success of. We use the...
Hey there @throw5way thanks for the suggestion! I made a canary with the fix at #445, please try it out and give some feedback if you can. Thanks! ``` yarn...
Hey @hans-lizihan could you please share a reproduction? I'd like to take a deeper look if possible. For the others, could you please let me know if [the canary](https://github.com/storybookjs/test-runner/issues/68#issuecomment-2020160826) solves...
Glad to hear that @blcoyote! It seems that it causes issues when the test-runner is used for visual regression testing though. I will have to take a deeper look into...
@diginikkari indeed, I still need to take a look into this! In the meantime you can skip tests by [ejecting the configuration](https://github.com/storybookjs/test-runner#ejecting-configuration) and using `testPathIgnorePatterns`: https://jestjs.io/docs/configuration#testpathignorepatterns-arraystring
Hey everyone! We just released a test filtering feature in the test-runner v0.15.0, [which you can read here](https://github.com/storybookjs/test-runner#filtering-tests-experimental). I know this doesn't really fix the issue, but if it's a...
Hey there! A lot has changed since Storybook 6.5, we are now with Storybook 8.1, where authoring MDX stories changed completely. The test-runner changed together with it, and it does...
> I don't think this issue belongs to `@storybook/addon-coverage`, but instead to [storybookjs/test-runner](https://github.com/storybookjs/test-runner). This plugin only instruments the code. It would be the task of the test-runner, though, to deliver...
Hey @ashleyryan! Thanks for writing this issue. Unfortunately there's no equivalent of [Playwright's conditional test annotations](https://playwright.dev/docs/test-annotations#conditionally-skip-a-test) in the test-runner. As a temporary workaround, the play function runs in the browser,...
Hey @IanVS thanks for opening this issue! I'll elaborate things a bit so others might have enough context when looking at this issue in the future. The test-runner works by...