feat: run VRT with declared Linux browser inputs - #28
Merged
Merged
Conversation
longlho
marked this pull request as ready for review
September 13, 2026 21:35
longlho
force-pushed
the
codex/actiond-vrt-runtime
branch
from
September 14, 2026 01:05
99a3b1b to
137bb59
Compare
longlho
added a commit
that referenced
this pull request
Sep 14, 2026
Replace VRT’s Testcontainers backend with actiond Linux actions using caller-owned runtimes or OCI images. Remove Ryuk and preload/relay plumbing; retain host E2E/component execution. Stacked on #28. [VM checks pass](https://github.com/perplexityai/rules_web_e2e/actions/runs/34784937999): capture/compare, isolation, deadlines, cancellation, baseline preservation, and Bazel fixture servers. Linux/macOS checks pass; the FormatJS editor captures and compares all eight screenshots under actiond process isolation. Actiond patches remain isolated for upstreaming.
longlho
pushed a commit
that referenced
this pull request
Sep 15, 2026
🤖 I have created a release *beep* *boop* --- ## 3.1.0 (2026-09-14) ## 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 **Full Changelog**: v3.0.0...v3.1.0 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run native and component VRT as Linux actions with caller-owned Chromium, Node, libraries, and fonts, including declared OCI inputs. Download results for local comparison reporting and baseline updates. Includes isolated actiond patches for upstreaming.
Stacked on #27. VM checks pass for capture/compare, network isolation, failed/empty captures, screenshot diffs, and deadlines. Runtime and actiond build/unit tests pass.