w3c / activitypub

http://w3c.github.io/activitypub/
Other
1.21k stars 77 forks source link

Primer page on testing ActivityPub implementations #387

Closed evanp closed 1 month ago

evanp commented 1 year ago

Document how to test an AP implementation.

steve-bate commented 1 year ago

Just FYI. I've put together a server-independent ActivityPub test suite and I've used it to test several servers, including onepage.pub. The approach is similar to the proposal Johannes submitted to NLnet. The repository README.md points to additional documentation about the framework.

https://github.com/steve-bate/activitypub-testsuite

evanp commented 10 months ago

All right! We have a testing primer page here:

https://www.w3.org/wiki/ActivityPub/Primer/Testing

evanp commented 1 month ago

I think that this is complete. We have a primer page that covers a lot of testing issues. Any further refinement can happen on the primer in the wiki.