Norbert de Langen
Norbert de Langen
Took a super-quick look, and think this could work. But can I suggest something? Right now it looks like switching stories makes an api call, then have jest run tests,...
> Yeah that's what I was thinking, and maybe jest actually has a way of getting more verbose json I did a dive into the json jest output's and it...
Made a tiny bit progress today: https://github.com/mthuret/storybook-addon-specifications/compare/jest-test-files...ndelangen:jest-test-files
I added websockets to the POC 💯 ! Adding websockets to the same port as storybook is running on proved to be impossible, since storybook does not expose the express...
Let me know if you want to have this as a PR or share access to the fork/branch if you feel like working on this together?
Created a WIP PR https://github.com/mthuret/storybook-addon-specifications/pull/32
So this story is more complex then just supporting nested describes I think. What I'd really want is to run a real jest test and see the output inside storybook....
Does storybook provide addons with ways of running serverside code?
I'd be great to have this
@ljharb after looking closer, I agree with you this PR actually has no benefits. Or at least not for my usage. Thank you for all your hard work ❤️ What...