You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue
There are no end-to-end tests for Parse Server adapters. Instead there is a repo that adds some weak conformance tests:
https://github.com/parse-community/parse-server-s3-adapter/blob/0e0d721b60f15765069414230f237bda56af315e/package.json#L45C6-L45C45
See conformance tests.
Suggestion
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.
The text was updated successfully, but these errors were encountered: