Skip to content

v3.1.0

Choose a tag to compare

@pplx-oss pplx-oss released this 15 Sep 02:12
a5a283c

Using Bzlmod with Bazel 8.5+

Add to your MODULE.bazel:

bazel_dep(name = "rules_web_e2e", version = "3.1.0")

Using a non-registry override

bazel_dep(name = "rules_web_e2e", version = "3.1.0")

archive_override(
    module_name = "rules_web_e2e",
    integrity = "sha256-RHUYxItcaQPNYoWWdtuSr8+60S0whvHB0dZk3/CdIC4=",
    strip_prefix = "rules_web_e2e-3.1.0",
    urls = ["https://github.com/perplexityai/rules_web_e2e/releases/download/v3.1.0/rules_web_e2e-v3.1.0.tar.gz"],
)

What's Changed

  • test: prototype declared Chromium execution with actiond by @longlho in #27
  • feat: run VRT with declared Linux browser inputs by @longlho in #28
  • feat: replace Testcontainers with actiond for VRT by @longlho in #29
  • feat: run VRT without actiond rootfs mappings by @longlho in #31
  • docs: remove obsolete actiond rootfs proposal references by @longlho in #32
  • feat: replace OCI with public Chromium runtime helpers by @longlho in #35
  • feat: support hermetic E2E and component tests by @longlho in #36
  • fix: support Node 26 runtimes and preserve VRT JUnit by @longlho in #37
  • chore(main): release 3.1.0 by @pplx-oss in #30

Full Changelog: v3.0.0...v3.1.0