Skip to content

Commit

Permalink
use test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Dec 16, 2023
1 parent dfcf617 commit c5ccf90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/surface/docker/web-access-control/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
FROM solidtestsuite/web-access-control-tests
RUN git fetch origin
RUN git checkout patchAppendNewDocument
RUN git pull
10 changes: 9 additions & 1 deletion test/surface/run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,15 @@ waitForNss server
runTests webid-provider-tests v2.0.3
runTests solid-crud-tests v6.0.0
waitForNss thirdparty
runTests web-access-control-tests nss-skips # patchAppendNewDocument # v7.1.0
# runTests web-access-control-tests nss-skips # patchAppendNewDocument # v7.1.0
docker build -t web-access-control test/surface/docker/web-access-control
# 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
echo "Running web-access-control-tests against server with cookie $COOKIE_server"
docker run --rm --network=testnet \
--env COOKIE="$COOKIE_server" \
--env COOKIE_ALICE="$COOKIE_server" \
--env COOKIE_BOB="$COOKIE_thirdparty" \
--env-file test/surface/web-access-control-tests-env.list web-access-control
teardown

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

0 comments on commit c5ccf90

Please sign in to comment.