Skip to content

feat: support custom chromium path and version bump#16

Merged
jsongo merged 2 commits intomainfrom
feat/support-chromium-path-v0.1.1
Feb 7, 2026
Merged

feat: support custom chromium path and version bump#16
jsongo merged 2 commits intomainfrom
feat/support-chromium-path-v0.1.1

Conversation

@jsongo
Copy link
Owner

@jsongo jsongo commented Feb 7, 2026

Summary

This PR adds support for specifying a custom Chromium executable path via a new --chromium-path CLI option. This is useful for environments where Chromium is located at a non-standard path (e.g., CI/CD, specialized servers).

Key changes:

  • Added --chromium-path option to open-motion render.
  • Updated @open-motion/renderer to prioritize process.env.PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH.
  • Bumped all package versions to 0.1.1.

Test plan

  1. Run a render with a valid --chromium-path.
  2. Run a render with an invalid --chromium-path and verify it fails with a clear message.
  3. Verify that the version is updated to 0.1.1.

🤖 Generated with Claude Code

- Add --chromium-path option to CLI for custom browser path
- Set PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH environment variable from CLI option
- Update renderer to use process.env.PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH
- Bump all package versions to 0.1.1

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@jsongo jsongo force-pushed the feat/support-chromium-path-v0.1.1 branch from 83fca98 to 04b1cb5 Compare February 7, 2026 09:37
@jsongo jsongo merged commit a87b0a1 into main Feb 7, 2026
1 check passed
@jsongo jsongo deleted the feat/support-chromium-path-v0.1.1 branch February 7, 2026 09:46
jsongo added a commit that referenced this pull request Feb 7, 2026
- Add --chromium-path option to CLI for custom browser path
- Set PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH environment variable from CLI option
- Update renderer to use process.env.PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH
- Bump all package versions to 0.1.1

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
jsongo added a commit that referenced this pull request Feb 7, 2026
* feat: add --chromium-path option and bump version to 0.1.1 (#16)

- Add --chromium-path option to CLI for custom browser path
- Set PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH environment variable from CLI option
- Update renderer to use process.env.PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH
- Bump all package versions to 0.1.1

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant