Open
Description
This shall be a list of tests we think makes sense based on our initial review of the code and some refactoring:
- Figure out how to run E2E tests against a production-like serverIf the connection with the web socket is lost, are we recovering once is available again?Once reconnected, are receiving all the pending updates?If the connection drops, do we keep running and effectively using the Cache?handle temporary connectivity issues / errorsI return the correct error to the user if credentials are wrongI return the correct error to the user if the feature flag doesn't exist
Metadata
Assignees
Labels
No labels
Activity
rainerschoe commentedon Dec 3, 2024
From Juan's suggestions on PRs #2 #3 and #4:
Unit tests:
Acceptance Tests:
Integration tests:
ConfigurationId
to group together a configuration identifier #54feat: New `ConfigurationId` to group together a configuration identif…