-
**Is your feature request related to a problem? Please describe.**
When writing a web application that makes many API calls, it is often challenging to get good code coverage without mocking the API.…
-
### Describe the bug
I'm using `storybook-dark-mode` to toggle my stories between light and dark mode.
It works in stories, but the theme in the autodocs are not updated automatically.
To addre…
-
Hi there! Thanks for the add-on!
I'm running into a problem with a story that demos a loading state:
1. The Loading story applies a handler with `ctx.delay('infinite')`. This story works great!
…
-
## Scope & Context
E2E testing
## Expected behavior
We want our e2e testing package to be able to launch graphQL Queries against the URL set in its .env.
That way we can for example test t…
-
The `fetch` API supports not only strings that represent URLs, but also objects with a stringifier that provides a URL. An instance of a `URL` object is an example of such an object.
Source: https:…
-
Hey guys, I was wondering how can I mock the axios instance of this module on Storybook. Has anyone accomplished it?
On a plain Vue project usually I mock the axios instance before mounting the com…
-
https://www.graphql-tools.com/docs/mocking#addmockstoschema
> [Mocking](https://www.graphql-tools.com/docs/mocking#mocking)
>
> The strongly-typed nature of a GraphQL API lends itself extremely …
-
### Describe the bug
Crashing after component load
![Безымянный1](https://github.com/storybookjs/storybook/assets/25720221/bfec8bfa-6ccd-4994-a2ed-8acec3de3e6f)
![Безымянный2](https://github.com/…
-
**Describe the bug**
Writing stories involving Vue 3 plugins is made difficult by the reusing of the underlying app instance between stories. A typical usecase is to mock the vuex store and the route…
-
Currently, there are calls inside the Binance and Gemini components to their respective chrome APIs. This makes it difficult to mock methods for a storybook implementation. These should be moved to th…