Skip to content

v1.0.0

Choose a tag to compare

@pplx-oss pplx-oss released this 10 Sep 02:31
0902021

Using Bzlmod with Bazel 8.5+

Add to your MODULE.bazel:

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

Using a non-registry override

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

archive_override(
    module_name = "rules_web_e2e",
    integrity = "sha256-L/toWJAXm9/AbUgbk2OrEpzUDGMLWcLiCIxEKCyCCVw=",
    strip_prefix = "rules_web_e2e-1.0.0",
    urls = ["https://github.com/perplexityai/rules_web_e2e/releases/download/v1.0.0/rules_web_e2e-v1.0.0.tar.gz"],
)

What's Changed

  • feat: scaffold Bazel builds and BCR publishing by @longlho in #1
  • docs: plan OSS browser testing APIs and delivery by @longlho in #2
  • feat: add configurable Playwright visual regression tests by @longlho in #3
  • feat: add Playwright E2E, remote endpoints, and component mounting by @longlho in #4
  • feat: add first-class component browser tests by @longlho in #5
  • feat: generate VRT captures from visual modules by @longlho in #6
  • chore(main): release 1.0.0 by @pplx-oss in #7

New Contributors

Full Changelog: https://github.com/perplexityai/rules_web_e2e/commits/v1.0.0