v2.0.0
Using Bzlmod with Bazel 8.5+
Add to your MODULE.bazel:
bazel_dep(name = "rules_web_e2e", version = "2.0.0")Using a non-registry override
bazel_dep(name = "rules_web_e2e", version = "2.0.0")
archive_override(
module_name = "rules_web_e2e",
integrity = "sha256-8EJYcofBCqsYW5o1nMsDRP/L708FkTgyRn/VUUCIHjg=",
strip_prefix = "rules_web_e2e-2.0.0",
urls = ["https://github.com/perplexityai/rules_web_e2e/releases/download/v2.0.0/rules_web_e2e-v2.0.0.tar.gz"],
)What's Changed
- docs: document public APIs and consumer setup by @longlho in #8
- feat: consume built browser specs and shells by @longlho in #11
- feat: support native Playwright configs and visual specs by @longlho in #13
- chore(main): release 2.0.0 by @pplx-oss in #9
Full Changelog: v1.0.0...v2.0.0