Skip to content

Run CRUD tests v6.0.0 and WAC tests v7.1.0 #1693

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

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion test/surface/docker/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:latest
ARG BRANCH=main
RUN echo Testing branch ${BRANCH} of NSS
RUN git clone https://github.com/solid/node-solid-server
RUN git clone https://github.com/nodeSolidServer/node-solid-server
WORKDIR node-solid-server
RUN git checkout ${BRANCH}
RUN git status
Expand Down
5 changes: 2 additions & 3 deletions test/surface/run-solid-test-suite.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
set -e


function setup {
echo Branch name: $1
docker network create testnet
Expand Down Expand Up @@ -47,9 +46,9 @@ teardown || true
setup $1
waitForNss server
runTests webid-provider-tests v2.0.3
runTests solid-crud-tests nss-skips
runTests solid-crud-tests v6.0.0
waitForNss thirdparty
runTests web-access-control-tests v6.0.0
runTests web-access-control-tests v7.1.0
teardown

# To debug, e.g. running web-access-control-tests jest interactively,
Expand Down
1 change: 1 addition & 0 deletions test/surface/solid-crud-tests-env.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ALICE_WEBID=https://server/profile/card#me
SERVER_ROOT=https://server
USERNAME=alice
PASSWORD=123
SKIP_CONC=1