We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb3a77 commit 9054bfbCopy full SHA for 9054bfb
autobahn/server-test.js
@@ -5,7 +5,7 @@ import { $ } from "https://deno.land/x/dax/mod.ts";
5
const pwd = new URL(".", import.meta.url).pathname;
6
7
const AUTOBAHN_TESTSUITE_DOCKER =
8
- "crossbario/autobahn-testsuite:0.8.2@sha256:5d4ba3aa7d6ab2fdbf6606f3f4ecbe4b66f205ce1cbc176d6cdf650157e52242";
+ "crossbario/autobahn-testsuite:0.8.2";
9
10
const server = $`uWebSockets/EchoServer`.spawn();
11
await $`docker run --name fuzzingserver -v ${pwd}/fuzzingclient.json:/fuzzingclient.json:ro -v ${pwd}/reports:/reports -p 9001:9001 --net=host --rm ${AUTOBAHN_TESTSUITE_DOCKER} wstest -m fuzzingclient -s fuzzingclient.json`.cwd(pwd);
0 commit comments