-
- [ ] Unit tests
- [x] Continuous integration
- [ ] Continuous deployment
-
We don't have any tests yet on mobile so we're accumulating technical debt.
Options we've discussed for testing on mobile:
* RTL
* Detox (e2e)
* Chromatic + Storybook (visual regressions)
It…
-
### What was wrong?
Testing event filters sucks. Either we depend on `eth-tester` which *probably/maybe* implements the filter logic correctly, or we use `geth` which results in flaky tests and th…
-
### Description
- When something inside the cake script fails it just gets reported out as a general exit code "Bash exited with code '1'.". Ideally we can surface the actual exception which will l…
-
Based on #4107, this issue is focused on setting up the necessary infrastructure to test Gutenberg integrations as reliably as possible.
Some particular challenges to work around here include:
* G…
-
*This issue was created automatically by a [script](https://github.com/mathjazz/bugzilla2github/).*
## [Bug 1695961](https://bugzilla.mozilla.org/show_bug.cgi?id=1695961)
Bug Reporter: @mathjazz
CC: …
-
It uses Hypothesis to generate representative spec files; in this library we're still stuck with the old style of a fake example.
-
Currently writing testbench code in CLaSH is rather painful. For instance, I recently tried testing an AXI interface. AXI, like many protocols, uses a valid/ready handshake for transmission. This mean…
-
We need something to figure out what the effects on compiler time are for changes etc.
-
As a developer, I'd like to have an infrastructure integration testing, so that we can validate pull request.
I'm planning to implement it as terratest. The scenario will be:
* Create an AKS clust…