This repository provides Interop Runner images for Chrome and Firefox, for running WebTransport interop tests in either browser.
The Chrome image uses the Dev Channel release for Linux. Chrome is controlled by Selenium using ChromeDriver.
The Firefox image uses Firefox from Mozilla’s APT repository. Firefox is controlled by Selenium using GeckoDriver.
Build the Chrome image with:
docker build -f Dockerfile_chrome -t chrome-webtransport-interop .Build the Firefox image with:
docker build -f Dockerfile_firefox -t firefox-webtransport-interop .