Yann Braga
Yann Braga
Hey there! I wanted to thank you for using @storybook/testing-react! `@storybook/testing-react` has been promoted to a first-class Storybook functionality in Storybook 7. This means that you no longer need this...
Closes #68 ## What I did Attempt on fixing #68 by injecting the __test script as early as possible ## Checklist for Contributors #### Manual testing _This section is mandatory...
### Describe the bug When running the test-runner in a project that has, let's say, 10 tests, it shows 20 tests in the counter as the tests are running, and...
Muito bom seu componente! Mudei um pouco a animação pra ficar mais parecido com o batimento do coração, vê o que acha :) E ah, na sua documentação tem falando...
Closes #27374 ## What I did This PR attempts to fix a performance issue regarding the jsxDecorator from addon-docs. More information can be found here: https://github.com/storybookjs/storybook/issues/27374#issuecomment-2132962953 Here's a video showing...
Closes # ## What I did This PR adds the `--index-json` flag back to the test-runner scripts we use in CI. This flag was mistakenly removed and as a result...
### Describe the bug As seen in this gif:  ### Reproduction link https://stackblitz.com/edit/github-qu4pmw ### Reproduction steps Check the repro link, then open any story and open...
### Describe the bug When running tests with specific flags which the project is not ready for, e.g. --ui or --browser, the CLI detects the need to install such dependencies:...
Closes: #135 ## What Changed This is a branch off of the original PR at #152 incredibly done by @kazupon. Only reason I created a new PR is because the...