Skip to content

Commit

Permalink
try to run the latest versions of webid, crud and wac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Feb 9, 2024
1 parent 7ae2bcc commit 8d8be98
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions test/surface/run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,14 @@ function runTests {
--env-file test/surface/$1-env.list solidtestsuite/$1:$2
}

function runTestsFromGit {
docker build https://github.com/solid-contrib/$1.git#$2 -t $1

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/$1-env.list $1
}

# ...
teardown || true
setup $1
waitForNss server
runTests webid-provider-tests v2.0.3
runTestsFromGit solid-crud-tests v6.0.0-issue#1743
runTests webid-provider-tests v2.1.1
runTests solid-crud-tests v7.0.6
waitForNss thirdparty
# runTests web-access-control-tests v7.1.0
runTestsFromGit web-access-control-tests patchAppendNewDocument
runTests web-access-control-tests v7.1.0
teardown

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

0 comments on commit 8d8be98

Please sign in to comment.