File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
docker/web-access-control Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11FROM solidtestsuite/web-access-control-tests
2+ RUN git fetch origin
3+ RUN git checkout patchAppendNewDocument
4+ RUN git pull
Original file line number Diff line number Diff line change @@ -48,7 +48,15 @@ waitForNss server
4848runTests webid-provider-tests v2.0.3
4949runTests solid-crud-tests v6.0.0
5050waitForNss 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
5260teardown
5361
5462# To debug, e.g. running web-access-control-tests jest interactively,
You can’t perform that action at this time.
0 commit comments