Skip to content

Commit

Permalink
Run CRUD tests v6.0.0 and WAC tests v7.1.0 (#1693)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
michielbdejong authored Jun 30, 2022
1 parent 1295a31 commit 73e73c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 73e73c8

Please sign in to comment.