
Testing
- 2 installs
- Updated August 2, 2026
- contentstack/contentstack-marketplace-sdk
Test Contentstack marketplace extensions before publishing to the ecosystem.
About
Testing strategies for marketplace extensions built with Contentstack SDK. Ensures extensions work reliably in the Contentstack environment before release.
- Test extension lifecycle and integration points
- Validate marketplace extension behavior
Testing by the numbers
- 2 all-time installs (skills.sh)
- Ranked #1,683 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/contentstack-marketplace-sdk --skill testingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| Last updated | August 2, 2026 |
| Repository | contentstack/contentstack-marketplace-sdk ↗ |
What it does
Test Contentstack marketplace extensions before publishing to the ecosystem.
Files
Testing – contentstack-marketplace-sdk
When to use
- Adding tests under
test/unitor API suites - Working with
nyccoverage or mochawesome reports
Instructions
Runners
- Mocha with `@babel/register` for most suites; `nyc` wraps coverage.
- `npm run test:typescript` runs Jest with
jest.config.jsfor TypeScript-focused tests.
Reports
- Sanity HTML reports (
test:sanity-report) are optional helpers—do not commit generated artifacts meant for CI only.
Mocking
- nock / axios-mock-adapter patterns may exist—keep tests hermetic without real network when possible.
Related skills
Testing & QAtesting