Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Version 0.3.3

Choose a tag to compare

@alexeagle alexeagle released this 17 Sep 15:29
· 59 commits to master since this release

Bugfixes for Windows support

Add the following to your WORSKPACE file to use:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_webtesting",
    sha256 = "9bb461d5ef08e850025480bab185fd269242d4e533bca75bfb748001ceb343c3",
    urls = [
        "https://github.com/bazelbuild/rules_webtesting/releases/download/0.3.3/rules_webtesting.tar.gz",
    ],
)

load("@io_bazel_rules_webtesting//web:repositories.bzl", "web_test_repositories")

web_test_repositories()