Skip to content

Commit 73e73c8

Browse files
Run CRUD tests v6.0.0 and WAC tests v7.1.0 (#1693)
* Run CRUD tests v6.0.0 and WAC tests v7.0.0 * Get tests to run PR (change to nodeSolidServer later) * Remove superfluous empty line * SKIP_CONC * Correct org name in repo URL * Use WAC tests v7.1.0
1 parent 1295a31 commit 73e73c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/surface/docker/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:latest
22
ARG BRANCH=main
33
RUN echo Testing branch ${BRANCH} of NSS
4-
RUN git clone https://github.com/solid/node-solid-server
4+
RUN git clone https://github.com/nodeSolidServer/node-solid-server
55
WORKDIR node-solid-server
66
RUN git checkout ${BRANCH}
77
RUN git status

test/surface/run-solid-test-suite.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
54
function setup {
65
echo Branch name: $1
76
docker network create testnet
@@ -47,9 +46,9 @@ teardown || true
4746
setup $1
4847
waitForNss server
4948
runTests webid-provider-tests v2.0.3
50-
runTests solid-crud-tests nss-skips
49+
runTests solid-crud-tests v6.0.0
5150
waitForNss thirdparty
52-
runTests web-access-control-tests v6.0.0
51+
runTests web-access-control-tests v7.1.0
5352
teardown
5453

5554
# To debug, e.g. running web-access-control-tests jest interactively,

test/surface/solid-crud-tests-env.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ ALICE_WEBID=https://server/profile/card#me
22
SERVER_ROOT=https://server
33
USERNAME=alice
44
PASSWORD=123
5+
SKIP_CONC=1

0 commit comments

Comments
 (0)