Yann Braga
Yann Braga
debug
Closes # ## What I did This is for debugging purposes, ignore this! ## Checklist for Contributors ### Testing #### The changes in this PR are covered in the following...
### Describe the bug When writing an interaction test and there are errors reported from testing-library, if they relate to an element in the DOM, the element is actually rendered,...
Closes # ## What I did [this PR](https://github.com/storybookjs/storybook/pull/26128/files#diff-a3d579f5204ade8dd25aa95f198c6de92f81ddd2ed7e19bf3024ddd0e22f8375) introduced the flag and added handling of statsJson in angular, but an important piece was missing: [to update the angular schema](https://github.com/storybookjs/storybook/blob/next/code/frameworks/angular/src/builders/build-storybook/schema.json) to...
Currently there are testing APIs (`composeStory`, `composeStories`, `setProjectAnnotations`) for React and Vue3, but not for Svelte. Here's a reference on how it's done for Vue3: https://github.com/storybookjs/storybook/blob/4a6df46b1ab32fa9f8c2b82703a235b158460b14/code/renderers/vue3/src/testing-api.ts And React: https://github.com/storybookjs/storybook/blob/645439adfbb543b5dadb28a471f2da7166c1c6b1/code/renderers/react/src/testing-api.ts
Closes # ## What I did This PR introduces a mechanism to detect page crashes, which typically occur when the code uses unsupported browser APIs. Before, tests would just time...
Closes # ## What I did Experiment for allowing postVisit to be run on failures so you can do things like: ```ts const config: TestRunnerConfig = { async postVisit(_page, context)...
The addon currently does not have a version that allows Storybook 9 in its peer dependency range.
Hey there! Storybook maintainer here, coming to say I've been using this extension and I loved it so much. Thanks a lot for this, I recommend this extension to everyone,...
Closes #49 Relates to https://github.com/storybookjs/storybook/issues/26291 This PR does the following: - Replace TSC+Babel with TSUP for building the addon - Refactor the library accordingly - Stop using require in viteFinal...