-
# User story
As a developer,
I want a test setup and test coverage,
so I can author code without worrying about regression.
# Checklist
- [ ] Test `src/lib/` functions with [Vitest](https:/…
-
Dear Contributors,
I hope this message finds you well. I am writing to propose an enhancement to the `astro-component-tester` utility, which I have found to be an invaluable tool in the development…
-
Add e2e/unit testing to ensure inputs and outputs work properly, and to ensure components appear correctly. Mocking robot controls would likely be necessary.
-
Mocking other components and services is tricky
-
The description, "React components useful for quickly mocking up a UI" sounded really appealing, but the repo is empty!
-
### Priority impact
p - low
### Test type
E2E
### Which Component(s)
*
### Unstable Tests
At the moment, if console.error occurs during a component test, the test will fail:
https://github.c…
-
As this project grows in size, I am concerned that only manual testing is being performed. This is not good as not only are tests not being documented, but also we are just purely manual testing this …
-
I have been exploring the SMACC2 framework and am looking for some guidance on the best practices for testing, specifically regarding unit testing and functional testing. I have a few questions:
Un…
-
We violate "don't mock what you don't own" by mocking ember-mapbox-gl, mapbox-gl, and mapbox-gl-draw.
The fix is to wrap _all interactions_ with these dependencies into wrapper components. Then, we s…
-
> Is it possible to test this in any other way then defining a whole bunch of new test classes?
>
> I'm thinking about setting up a mocker that throws on every call: https://stackover…