parse-community / parse-community/Parse-SDK-dotNET

Add Parse Server instance for testing to CI

Open
#408 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:ci
Dominant language
C#
Stars
335
Forks
258
PR merge metrics
No merged PRs in 30d

Description

Issue

Tests here are mocked, as no Parse Server instance is running to test against it. This is not optimal:

  • requires more effort to write tests
  • mocked server behavior may be inaccurate / outdated
  • CI does not run against specific version of Parse Server
Suggested Solution
  • Set up CI to spin up a Parse Server instance for the current version of Parse Server plus the LTS version.
  • Add server test logic to test setup (data cleaning between tests, etc).
  • Add Parse Server compatibility matrix to README.

CI example: https://github.com/parse-community/parse-server-s3-adapter/blob/master/.github/workflows/ci.yml

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the repository's CI configuration and the referenced .github/workflows/ci.yml example, then inspect the existing mocked test setup. The work is done when CI tests against current and LTS Parse Server versions, test data is cleaned between runs, and the compatibility matrix is documented in README.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, github-actions
Domain
ci-cd, documentation, testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.