-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Create dummy DB adapter repo that runs Parse Sever tests #8788
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
Comments
Thanks for opening this issue!
|
Created https://github.com/parse-community/parse-server-database-adapter-template to work on a POC. |
Hi @mtrezza I cloned the template repo and have a few questions
Thnks |
|
The goal here is to provide a generic way that any new Parse Adapter repo can configure their own test exclusions.
there would be a ci.yml in the adapter repo obviously cause you would need it to clone parse server repo From a discussion with @mtrezza Lastly, an automated way to verify that the tests have been excluded at the end of the build :) |
Uh oh!
There was an error while loading. Please reload this page.
New Feature / Enhancement Checklist
Feature / Enhancement Description
This purpose of this issue is to centralize the discussion around how to create a dummy DB adapter repo as a POC to demonstrate the test exclusion list feature while running the full Parse Server test suite externally.
It should probably work like so:
textExclusionList.json
in Parse Server with the file defined in the adapter repo. So that Parse Server will exclude these tests. Or maybe more elegant, add an optional path param to the npm test command, so the CI just starts the CI by passing the file path.The text was updated successfully, but these errors were encountered: