test: add end-to-end business goals smoke

This commit is contained in:
zhaoyilun
2026-07-11 00:42:45 +08:00
parent d94d0a318a
commit caa7649feb
5 changed files with 195 additions and 7 deletions

View File

@@ -527,7 +527,30 @@ Expected final JSON includes:
This package includes `isphere-capability-smoke.exe` and `runs\win-helper\ISphereWinHelper.exe`. It verifies the ten-tool MCP surface, fixture-backed receive/search/file-list behavior, send preview, send-file preview, and the production-send/file-upload blocks. It does not log in, click, type, upload, hook, inject, or send.
## 16. Troubleshooting
## 16. Business goals smoke
Run the business-facing smoke when you need a single status line for the four goals:
```powershell
powershell -NoProfile -ExecutionPolicy Bypass -File scripts erify-business-goals-smoke.ps1
```
It reuses `scripts erify-go-mcp.ps1`, writes `docs/reports/2026-07-10-business-goals-smoke.md`, and prints these key fields:
- `search_contacts_ready`
- `search_groups_ready`
- `receive_messages_ready`
- `send_message_preview_ready`
- `send_message_production_ready`
- `receive_files_list_ready`
- `receive_files_download_ready`
- `send_file_preview_ready`
- `send_file_production_ready`
- `remaining_business_blockers`
Current expected production blockers are real send-message, real file download, and real file upload.
## 17. Troubleshooting
- If C# helper build fails, run `scripts\build-win-helper.ps1` directly and check for missing .NET Framework reference assemblies.
- If `win_helper_version` fails, rerun `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\verify-win-helper.ps1` first.