gsxdsm
c5a8421533
FN-8560: forward desktop test telemetry flags
Desktop test execution now preserves CI reporter and JSON output flags.
- Forward caller-selected Vitest reporters and output files through the desktop test wrapper.
- Add coverage for reporter syntax and shard timing command forwarding.
- Document desktop timing artifact requirements.
Files changed:
docs/testing.md | 7 ++++-
packages/desktop/scripts/__tests__/test-args.test.ts | 36 ++++++++++++++++++++++
packages/desktop/scripts/test-args.ts | 13 ++++++++
packages/desktop/scripts/test.ts | 3 +-
scripts/__tests__/ci-test-shard.test.mjs | 9 ++++++
5 files changed, 66 insertions(+), 2 deletions(-)
Fusion-Task-Id: FN-8560
Fusion-Task-Lineage: 2a89b28d-39f6-4949-aec2-1123c36126cf
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>