-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Feature Request] Support mdx #36
Comments
@bodograumann is there a |
Indeed, @shilman, I have enabled the Without
With
|
Hey @bodograumann is there a chance you're using v0.0.1? If so, can you try v0.0.2-next.4 and run the same command? |
BTW thank you a lot for trying this library! It's incredible how active you are around the storybook community and we really appreciate that!! |
Thank you for saying that, @yannbf You were right with your guess. I had, kind of blindly, followed the installation instructions and of course gotten only version 0.0.1. I am leaving this ticket open for first-level mdx support, but for now this is already a good solution for us. 🚀 |
Are there any updates on this? I'm trying to test (local) stories from MDX files (accessibility & interactions) The tests run within storybook fine, but don't run using test runner I'm currently on v0.1.1 When I enable the
EDIT: I found a solution In my case, this was because the storybook build was erroring. Once I followed the instructions in this issue, it was fixed |
Hey peeps! I'm closing this ticket given that direct MDX support is not in our plans. You can achieve your tests by using |
All my stories are in mdx format.
It would be great if I could run all the play function tests therein automatically and during the ci pipeline.
I tried using
--stories-json
, but the runner still did not find any tests...The text was updated successfully, but these errors were encountered: