parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server
Other
80 stars 83 forks source link

Add Parse Server integration tests #222

Open mtrezza opened 1 week ago

mtrezza commented 1 week ago

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.

parse-github-assistant[bot] commented 1 week ago

Thanks for opening this issue!