Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Parse Server integration tests #222

Closed
mtrezza opened this issue Oct 10, 2024 · 1 comment · Fixed by #224
Closed

Add Parse Server integration tests #222

mtrezza opened this issue Oct 10, 2024 · 1 comment · Fixed by #224
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) type:ci

Comments

@mtrezza
Copy link
Member

mtrezza commented Oct 10, 2024

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

  • 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.

Copy link

Thanks for opening this issue!

@mtrezza mtrezza added type:ci bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) labels Oct 10, 2024
@mtrezza mtrezza pinned this issue Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) type:ci
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant