agent-desktop/crates/core
Lahfir d07485b0b1 test: build trace segment JSON with serde instead of string interpolation
The absolute-screenshot-path test interpolated a raw path into a JSON
string literal. On Windows that emits C:\Users\..., and \U is not a
valid JSON escape, so the event failed to parse and was dropped rather
than counted as skipped. Serializing through serde escapes the path on
every platform.
2026-07-25 22:34:34 -07:00
..
examples feat!: implement Playwright-grade foundation contract 2026-07-20 00:21:38 -07:00
src test: build trace segment JSON with serde instead of string interpolation 2026-07-25 22:34:34 -07:00
Cargo.toml refactor!: remove speculative Win32 private-file layer from core 2026-07-25 22:15:47 -07:00