We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8121a18 + 7dcb87e commit 8664ec3Copy full SHA for 8664ec3
README.md
@@ -65,6 +65,8 @@ Two high level [commands](/docs/commands.md) exist:
65
### CLI
66
67
```console
68
+$ # Install the gateway-conformance binary
69
+$ go install github.com/ipfs/gateway-conformance/cmd/gateway-conformance@latest
70
$ # run subdomain-gateway tests against endpoint at http://localhost:8080 output as JSON
71
$ gateway-conformance test --gateway-url http://localhost:8080 --json report.json --specs +subdomain-gateway,-path-gateway -- -timeout 30m
72
```
0 commit comments