summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/web-bundle/README.md
blob: 3e300818e240adaf45b577965c88206c998527cf (plain)
1
2
3
4
5
6
7
8
9
10
This directory contains tests for the
[Web Bundles](https://wicg.github.io/webpackage/draft-yasskin-wpack-bundled-exchanges.html).

`generate-test-wbns.sh` requires command-line tools in the
[webpackage repository](https://github.com/WICG/webpackage).
To install them, run:
```
go install github.com/WICG/webpackage/go/bundle/cmd/...@latest
export PATH=$PATH:$(go env GOPATH)/bin
```