Closed
Description
Issue
There are no end-to-end tests for Parse Server adapters. Instead there is a repo that adds some weak conformance tests:
See conformance tests.
Suggestion
- Add Parse Server integration tests to properly test whether the adapter conforms to the Parse Server interface
- Remove conformance tests
There are Parse Platform repositories that have integration tests which could be used as a guideline on how to set up Parse Server. See for example the Parse JS SDK - it may not have the cleanest implementation, but is a good starting point.