Original skill document
Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.
Test endpoints through the public interface using this repo's API or Playwright harness. Do not hit production. Do not hardcode secrets.
- Read the API testing MDX and existing
*.test.tsor e2e specs. - Cover the requested operations, authz denials, and contract-shaped responses.
- Use sandbox or local servers from package scripts. Clean up created resources.
- Run the documented API or e2e command for those tests.
- Docs:
/w-docsif behavior or commands changed.

