testing

Installation
SKILL.md

Testing – kickstart-next

When to use

  • You are considering adding tests or verifying whether CI runs unit or E2E suites.
  • You need a reminder of how to handle credentials in local or future test setups.

Instructions

Current state

  • package.json has no test script.
  • The repo has no __tests__ directories or *.test.* / *.spec.* files as part of this kickstart. Confirm with the codebase before assuming tests exist.

Credentials

  • Never commit real API keys, delivery tokens, or preview tokens. Use placeholders in docs and .env.example-style samples only; real values belong in local .env (gitignored).

CI

Installs
1
GitHub Stars
2
First Seen
Jul 16, 2026
testing — contentstack/kickstart-next