Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We need to set ALICE_WEBID before running the tests #67

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
in the Solid spec.