# @socialweb.coop/activitypub-testing

## 0.14.0

### Minor Changes

- added a /types export with typescript types for TestCase, TestResult. these are WIP interfaces and will change.

## 0.13.0

### Minor Changes

- b3a3adb: add test with slug create-then-update-modifies-object-checked-by-get that tests requirement https://activitypub-testing-website.socialweb.coop/c1cd98fe-ae9c-48a7-9b43-cdd8eb008bc8

## 0.12.0

### Minor Changes

- 7e16dbb: `activitypub-testing run test` will now hide from results any test input with type `https://activitypub-testing.socialweb.coop/ns/HiddenInTestResults` (same as `activitypub-testing test actor`)

## 0.11.0

### Minor Changes

- 758cb6e: Added /PLAN.md file which is a plan of things ahead
- 758cb6e: test actor-must-serve-as2-object-go-get now exports strings for expectations, assumptions, applicability
- 758cb6e: TestCaseExample 'inputs' changes to 'input' as part of making this consistent everywhere.
- 758cb6e: add test outbox-wraps-object-with-create-checked-using-get-location

### Patch Changes

- 3a92a65: shares-collection-must-be-a-collection test passes when shares property is an array containing a link

## 0.10.2

### Patch Changes

- 1f2d9a2: outbox-post-must-accept-non-activity-object sends a request body from input.submission or default value

## 0.10.1

### Patch Changes

- e0ebb2f: test md for actor-must-serve-as2-object-to-get names section AP-ec50 anchor in a way that avoids a respec error

## 0.10.0

### Minor Changes

- 915747c: activitypub-testing/test-cases tests now have optional markdown prop. also render test cases in activitypub-testing-website

## 0.7.0

### Minor Changes

- remove node:assert from src

## 0.6.0

### Minor Changes

- ee46528: add browser support

## 0.5.0

### Minor Changes

- activitypub-testing now has some package exports like /activitypub and /test-actor

## 0.4.0

### Minor Changes

- 8a496b3: initial release of `activitypub-testing test actor <actor.uri>` command. It runs as many of the other tests as it can.

## 0.3.0

### Minor Changes

- 660d362: `activitypub-testing get test` and `activitypub-testing run test` both now support selecting a test with --slug in addition to --uuid
- 6335938: activitypub-testing package has an activityPubTestCases export with descriptions of activitypub-related test cases

## 0.2.0

### Minor Changes

- 443dab4: add command `activitypub-testing get test --uuid=<test.uuid>`
