Files: eec7e99ad5ed7ffbc5e4ee856aaeaa8db5f1b6ea / README.md
938 bytesRaw
SSB Testing Guide
This is the start of a collection of patterns we've found useful for doing testing in the Scuttlebutt ecosystem
Areas it will hopefully cover (over time):
- ☐ message schemas/ validations
- ☑ writing and reading from the database:
- ☑ callback style
- ☑ streaming style
- ☐ flume indexes
- ☐ UI components
- ...
Tools it these will help you get familiar with:
- tape - basic assertion tests
- pull-streams
- database queries
- querying your own flumeview-level index
- ssb-backlinks
- ssb-query
- hyperscript / mutant
- electro - rendering simple UI components (TODO - compare with e.g. budo)
- ...
Built with git-ssb-web