So far there are integration tests for offline mutations. [1] The tests could be extended for: - conflicts - Conflict detection/resolution - versionedObjectState/HashObjectState - Resolving conflicts on client/server - reject function - Custom conflict resolution strategies - Custom conflict mechanism - conflictStrategy - clientVersionWins - Custom client conflict resolution strategies - Listening to conflicts - Realtime updates - Authentication - authorization - File upload - metrics - audit logs
[1] https://github.com/aerogear/aerogear-js-sdk/tree/master/packages/sync/integration_test |
|