We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41f88f8 + f475934 commit 8121a18Copy full SHA for 8121a18
README.md
@@ -77,7 +77,7 @@ Prebuilt image at `ghcr.io/ipfs/gateway-conformance` can be used for both `test`
77
78
```console
79
$ # extract fixtures to ./fixtures directory
80
-$ docker run -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C extract-fixtures --output fixtures --merged false
+$ docker run -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C extract-fixtures --directory fixtures --merged false
81
82
$ # run subdomain-gateway tests against endpoint at http://localhost:8080
83
$ docker run --network host -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C test --gateway-url http://localhost:8080 --json report.json --specs +subdomain-gateway,-path-gateway -- -timeout 30m
0 commit comments