test-plans
test-plans copied to clipboard
chore: add webkit to test matrix
In order to test webkit interop, build docker images with the BROWSER build arg set to webkit.
~~I think we might need this before the tests in https://github.com/libp2p/js-libp2p/pull/2541 will actually run since they can't seem to find any webkit docker images.~~
Actually I think the webkit build step may have just been missing from the Makefile in https://github.com/libp2p/js-libp2p/pull/2541
https://github.com/libp2p/js-libp2p/pull/2541 has been merged, all WebKit transport-interop tests now pass apart from WebTransport so this should be good to go.