parse-spec is a testing framework for validating API migration from Parse.com to custom backends. Version 0.3.0 is the latest stable release, but it has not been updated since 2015 and is effectively unmaintained. It provides a CLI tool to trace and verify API endpoints by comparing responses from Parse.com and a migrated server. Configuration is done via a JSON file specifying app details and class schemas. There are no actively maintained alternatives specific to Parse migration, but the package is limited to Node.js, has no support for modern ES modules, and its dependencies may be outdated.
npm install parse-specNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configuration file for parse-spec, specifying Parse.com and migrated endpoint details along with class definitions.
Consider migrating to a modern testing framework like Jest or Mocha with custom API tests.
Always provide full paths to config JSON and build directory.
Use child_process.exec if you need to integrate into a Node.js script.
If you no longer use Parse.com, this package is irrelevant.
npm install -g parse-spec
npm install superagent
Validate JSON using jsonlint or a JSON validator.
Check the path provided with -c flag and ensure config.json exists.