Skip to content

feat: say why a browser start failed instead of just timing out - #83

Merged
nathanfallet merged 3 commits into
mainfrom
feat/surface-why-the-browser-failed-to-start
Aug 27, 2026
Merged

feat: say why a browser start failed instead of just timing out#83
nathanfallet merged 3 commits into
mainfrom
feat/surface-why-the-browser-failed-to-start

fix: provide readStderrSnapshot on the mingw and js targets

edcccce
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Aug 26, 2026 in 7s

4 issues found.

Annotations

Check warning on line 20 in core/src/commonMain/kotlin/dev/kdriver/core/browser/Process.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

core/src/commonMain/kotlin/dev/kdriver/core/browser/Process.kt#L20

This expression contains a magic number. Consider defining it to a well named constant. (detekt.MagicNumber)

Check warning on line 20 in core/src/commonMain/kotlin/dev/kdriver/core/browser/Process.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

core/src/commonMain/kotlin/dev/kdriver/core/browser/Process.kt#L20

This expression contains a magic number. Consider defining it to a well named constant. (detekt.MagicNumber)

Check warning on line 23 in core/src/posixMain/kotlin/dev/kdriver/core/browser/Process.posix.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

core/src/posixMain/kotlin/dev/kdriver/core/browser/Process.posix.kt#L23

The function readStderrSnapshot is missing documentation. (detekt.UndocumentedPublicFunction)

Check warning on line 17 in core/src/jsMain/kotlin/dev/kdriver/core/browser/Process.js.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

core/src/jsMain/kotlin/dev/kdriver/core/browser/Process.js.kt#L17

The function readStderrSnapshot is missing documentation. (detekt.UndocumentedPublicFunction)