Is your feature request related to a problem?
Yes. This work touches high-risk export/audio flows and needs strong regression coverage.
Describe the solution you'd like
Add targeted test coverage for extension audio export parity:
- Unit tests for extension host capture mode
- Integration tests for preview/export event parity
- Export audio assertions around expected click timestamps
- Regression tests for no-extension and missing-asset cases
Describe alternatives you've considered
Relying only on manual checks. Rejected, too risky for future export refactors.
Additional context
Coverage should focus on behavior confidence, not just line coverage.
Acceptance criteria
- New tests are deterministic and stable in CI.
- Tests prove click sounds are included in exports when triggered.
- Tests prove no behavior change when extension audio is absent.
- Test docs include reproducible local run commands.
Is your feature request related to a problem?
Yes. This work touches high-risk export/audio flows and needs strong regression coverage.
Describe the solution you'd like
Add targeted test coverage for extension audio export parity:
Describe alternatives you've considered
Relying only on manual checks. Rejected, too risky for future export refactors.
Additional context
Coverage should focus on behavior confidence, not just line coverage.
Acceptance criteria