Yann Braga

Results 289 comments of Yann Braga
trafficstars

Hey there! Thank for opening this issue. Unfortunately I have never hit this situation, neither do I know how to reproduce it :/ Is it possible there is a navigation...

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 @notclive! Could you make a PR to fix this (adding configurable to the property definition)? I'm happy to take a look!

The test-runner doesn't really depend on the user-agent per se, it just provides it so that users can check against it for various purposes: https://github.com/storybookjs/test-runner#storybooktestrunner-user-agent

@myufa can you share a reproduction for us to take a look? thanks!

Hey @benedfit thanks for opening this issue! I am not sure how valid this request is, given that there is a difference between the scenarios which you described: 1. `WithText.storyName...

@SalahAdDin Unfortunately no. Contributions are welcome though! If anyone is willing to work on this, let me know :))

Hey @SalahAdDin @bodograumann indeed _defining stories in mdx_ is deprecated, but not using MDX! You can still use MDX, in fact you will likely have a better experience with the...

Hey everyone! I'm happy to say that the test-runner now uses Jest 29, please try its beta version here: [`v0.14.0-next.2`](https://github.com/storybookjs/test-runner/releases/tag/v0.14.0-next.2) It will be promoted to latest once it has enough...

Hey peeps! I will close this issue as the solution is now available and its recipe has been documented in the README [here](https://github.com/storybookjs/test-runner/pull/373). Thank you!