storage-tests

A test suite with some basic happy-path checks against a DPop-based WebID-OIDC provider.

Usage no npm install needed!

<script type="module">
  import storageTests from 'https://cdn.skypack.dev/storage-tests';
</script>

README

storage-tests

Surface tests for CRUD and Websockets-pubsub functionality of a pod server

Usage

In development

Start your server with a self-signed cert on port 443 of localhost and run:

NODE_TLS_REJECT_UNAUTHORIZED=0 SERVER_ROOT=https://localhost ALICE_WEBID=https://localhost/profile/card#me npm run jest

Against production

SERVER_ROOT=https://solid.community ALICE_WEBID=https://michielbdejong.solid.community/profile/card#me npm run jest