Skip to content

fix: adds parent config sections if not existing#31

Open
ElvenSpellmaker wants to merge 1 commit intomasterfrom
fix/missing-config-sections
Open

fix: adds parent config sections if not existing#31
ElvenSpellmaker wants to merge 1 commit intomasterfrom
fix/missing-config-sections

Conversation

@ElvenSpellmaker
Copy link
Copy Markdown
Contributor


name: [PR](fix: adds parent config sections if not existing)

Describe the PR

  • fix: Adds parent config sections to the ini struct if they don't exist. Fixes Missing root [config] in INI config causes a crash #30.
  • Allows overriding the browser using ROD_BROWSER_WS_URL environment variable, this allows you to run tests in environments with shared networking but no browser or display server running, such as in WSL.

Screenshots

Additional context

 * fix: Adds parent config sections to the ini struct if they don't
   exist. Fixes #30.
 * Allows overriding the browser using ROD_BROWSER_WS_URL environment
   variable, this allows you to run tests in environments with shared
   networking but no browser or display server running, such as in WSL.
@ElvenSpellmaker ElvenSpellmaker force-pushed the fix/missing-config-sections branch from e8b653d to 537a53a Compare April 24, 2026 16:12
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.

Missing root [config] in INI config causes a crash

1 participant