feat: replace Testcontainers with actiond for VRT - #29
Merged
Merged
Conversation
longlho
force-pushed
the
codex/actiond-vrt-default
branch
2 times, most recently
from
September 13, 2026 21:20
4a3129f to
6df1836
Compare
longlho
marked this pull request as ready for review
September 13, 2026 21:56
longlho
force-pushed
the
codex/actiond-vrt-runtime
branch
from
September 14, 2026 01:05
99a3b1b to
137bb59
Compare
longlho
force-pushed
the
codex/actiond-vrt-default
branch
from
September 14, 2026 01:06
87ecdf5 to
dc2b273
Compare
BREAKING CHANGE: VRT requires a declared browser_runtime and an actiond Linux worker. External network origins and Docker image manifests are removed.
longlho
force-pushed
the
codex/actiond-vrt-default
branch
from
September 14, 2026 01:12
bb86e7d to
7c1f185
Compare
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.
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: 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.