Skip to content

feat: persist CLI startup defaults#2389

Open
hebo6 wants to merge 1 commit into
ChromeDevTools:mainfrom
hebo6:feat/cli-startup-config
Open

feat: persist CLI startup defaults#2389
hebo6 wants to merge 1 commit into
ChromeDevTools:mainfrom
hebo6:feat/cli-startup-config

Conversation

@hebo6

@hebo6 hebo6 commented Jul 19, 2026

Copy link
Copy Markdown

Summary

  • load persistent CLI startup defaults from an XDG-compatible configuration file
  • apply configured options to automatic daemon startup and explicit start commands
  • preserve command-line precedence over configuration values
  • document the configuration path and format

Testing

  • npm run format
  • npm run build
  • npm run test tests/cli-config.test.ts
  • npm run test tests/e2e/chrome-devtools-start-stop.test.ts
  • npm run test tests/e2e/chrome-devtools-commands.test.ts
  • full test suite with local Chromium, with one unrelated request-header ordering snapshot mismatch

Fixes #2388

@google-cla

google-cla Bot commented Jul 19, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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.

Persist CLI defaults for automatic daemon startup

1 participant