From e57c4566e7d669c8fde3677f8b79d07734e63584 Mon Sep 17 00:00:00 2001 From: MohammadReza vahedi <34796044+mrvahedi68@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:52:50 +0330 Subject: [PATCH] We need to set `ALICE_WEBID` before running the tests --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f01240..da56f87 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ npm ci # To use a different base container set STORAGE_ROOT. export SERVER_ROOT=https://solid-crud-tests-example-1.solidcommunity.net +export ALICE_WEBID=https://solid-crud-tests-example-1.solidcommunity.net/profile/card#me export USERNAME=solid-crud-tests-example-1 export PASSWORD=123 # This curl command is specific to node-solid-server: @@ -90,4 +91,4 @@ your server's behaviour. Same for `SKIP_SECURE_WEBSOCKETS` and `SKIP_WEBHOOKS`. We recommend to set these both for the time being, until these two fresh new features become more developed -in the Solid spec. \ No newline at end of file +in the Solid spec.