v3.0.0
Using Bzlmod with Bazel 8.5+
Add to your MODULE.bazel:
bazel_dep(name = "rules_web_e2e", version = "3.0.0")Using a non-registry override
bazel_dep(name = "rules_web_e2e", version = "3.0.0")
archive_override(
module_name = "rules_web_e2e",
integrity = "sha256-jYYI70wLinptY9BtiDh+O9r+DI5Aw1eTBeRlCtv4kzA=",
strip_prefix = "rules_web_e2e-3.0.0",
urls = ["https://github.com/perplexityai/rules_web_e2e/releases/download/v3.0.0/rules_web_e2e-v3.0.0.tar.gz"],
)What's Changed
- feat: expose runtime image manifest for CI preloading by @longlho in #19
- feat: support viewport capture for component visuals by @longlho in #18
- feat: scope Testcontainers to visual regression tests by @longlho in #21
- fix: use an available context for CI browser cache by @longlho in #25
- fix: reject native spec selection overrides by @longlho in #17
- fix: enforce preloaded VRT images and verified reaper reuse by @longlho in #26
- chore(main): release 3.0.0 by @pplx-oss in #23
Full Changelog: v2.0.0...v3.0.0