-
### Describe the bug
When a user installs the latest version of Storybook in their SolidJS project out of the box, he automatically gets the now deprecated `@storybook/testing-library` as part of the…
-
Hi!
Basically, as I understand it, when creating a mock I have to explicitly do Fake(Method(,)) for each method that might get called during testing. Currently I'm working on some legacy code that …
-
In projects I've worked with we've noticed that we don't deviate from one flavor of `Machine.Fakes` (in our case Moq). For the rare cases where we've needed additional control over the mocking, we jus…
-
I would like to call the server, but modify the response to include additional data, before it is consumed by the caller. It helps the development, when the server API is only partially ready or when…
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…
-
As the codebase grows, we need to increase the amount of features we're testing.
Cypress is good for testing user interactions with the Dashboard but tests requires a browser (headless) and are typic…
-
```
What steps will reproduce the problem?
Public methods are not virtual so some mocking frameworks are unable to easily
mock the Markdown class for unit testing.
What is the expected output? What…
-
```
External references, such as a standards document, or specification?
-
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Android 2.3 with Google API
Please describe the feature r…
-
### Unit/Integration Testing:
Till now we have ben prototyping what Glimpse v2 would look like and have been avoiding writing unit tests. This is primarily because we have been making big changes and…