zilla
zilla copied to clipboard
Apply stream state checks via `EngineRule` during ITs
Describe the desired outcome from the user's perspective
As a zilla
developer, I want to ensure only valid stream state are used to send frames.
Acceptance criteria
- IT fails if
EngineRule
observes an invalidate state for a frame
Additional context None
Tasks
- [ ] represent stream state in each
zilla
frame - [ ] enable stream state checks via
EngineRule
(uses EngineConfiguration)