NFIBrokerage/spear

tests against projected streams

Closed this issue · 0 comments

connects #32

the testing suite currently does not test any projected streams (just :all which isn't even a real stream afaik)

testing projected streams can be tough because they need to be enabled in the EventStoreDB the tests are running against. This is not always a given and also the projections API is not yet implemented (#22). Ideally we would refactor the development workflow for spear to use docker (compose?) and some image for EventStoreDB where we can enable TLS and projections and have the certificates all tucked away. Might be worth checking out what the official clients use in their CI