skills/smithery.ai/activitypub-testing

activitypub-testing

Installation
SKILL.md

ActivityPub Testing

This skill provides guidance on writing and running tests for the WordPress ActivityPub plugin.

Quick Reference

For complete testing commands and environment setup, see Testing Reference.

Key Commands

  • PHP: npm run env-test
  • E2E: npm run test:e2e
  • JavaScript: npm run test:unit

PHPUnit Testing

Test Structure

Installs
1
First Seen
Mar 28, 2026
activitypub-testing from smithery.ai