Skip to content

Commit c5ccf90

Browse files
committed
use test branch
1 parent dfcf617 commit c5ccf90

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
FROM solidtestsuite/web-access-control-tests
2+
RUN git fetch origin
3+
RUN git checkout patchAppendNewDocument
4+
RUN git pull

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@ waitForNss server
4848
runTests webid-provider-tests v2.0.3
4949
runTests solid-crud-tests v6.0.0
5050
waitForNss thirdparty
51-
runTests web-access-control-tests nss-skips # patchAppendNewDocument # v7.1.0
51+
# runTests web-access-control-tests nss-skips # patchAppendNewDocument # v7.1.0
52+
docker build -t web-access-control test/surface/docker/web-access-control
53+
# docker run --rm --network=testnet --env COOKIE_ALICE="$COOKIE_ALICE" --env COOKIE_BOB="$COOKIE_BOB" --env-file test/surface/web-access-control-tests-env.list web-access-control
54+
echo "Running web-access-control-tests against server with cookie $COOKIE_server"
55+
docker run --rm --network=testnet \
56+
--env COOKIE="$COOKIE_server" \
57+
--env COOKIE_ALICE="$COOKIE_server" \
58+
--env COOKIE_BOB="$COOKIE_thirdparty" \
59+
--env-file test/surface/web-access-control-tests-env.list web-access-control
5260
teardown
5361

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

0 commit comments

Comments
 (0)