qwen-code/integration-tests
tanzhenxin 57cf2b0bf2 refactor(cron): rename cron_expression param to cron and enhance documentation
- Rename cron_expression parameter to cron for brevity across CronCreateTool
- Expand tool description with comprehensive usage guidance for one-shot and recurring tasks
- Add best practices for avoiding :00/:30 minute marks to reduce API load spikes
- Document 3-day auto-expiration for recurring jobs and session-only lifetime
- Add additionalProperties: false to all cron tool schemas for stricter validation
- Update integration tests and loop SKILL to use renamed parameter

This improves the developer experience with clearer parameter names and provides users with detailed guidance on scheduling patterns and runtime behavior.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-29 11:05:37 +08:00
..
concurrent-runner refactor(core): rename read_file parameter from absolute_path to file_path 2026-03-20 11:05:47 +08:00
fixtures/settings-migration refactor: remove summarizeToolOutput feature 2026-03-15 13:51:32 +08:00
hook-integration reduce some useless case 2026-03-10 19:59:15 -07:00
sdk-typescript test(sdk): improve permission message pattern matching 2026-03-27 16:36:06 +08:00
terminal-bench Terminal Bench Integration Test (#521) 2025-09-05 17:02:03 +08:00
terminal-capture Merge pull request #2602 from QwenLM/feat/hooks-refactor-hooks-ui 2026-03-26 20:11:50 +08:00
acp-integration.test.ts refactor(acp): migrate ACP integration to use @agentclientprotocol/sdk 2026-03-06 21:57:35 +08:00
context-compress-interactive.test.ts fix: skip problematic integration test (#1065) 2025-11-19 11:55:19 +08:00
cron-tools.test.ts refactor(cron): rename cron_expression param to cron and enhance documentation 2026-03-29 11:05:37 +08:00
ctrl-c-exit.test.ts skip one flaky integration test (#1137) 2025-12-03 19:40:14 +08:00
edit.test.ts 📦 Release qwen-code CLI as a Standalone Bundled Package (#866) 2025-10-24 17:08:59 +08:00
extensions-install.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
file-system-interactive.test.ts fix: integration tests (#1062) 2025-11-19 10:23:16 +08:00
file-system.test.ts fix(test): use toContain instead of toBe for file content assertion 2026-03-09 20:37:11 +08:00
globalSetup.ts fix: rename GEMINI_CLI_INTEGRATION_TEST to QWEN_CODE_INTEGRATION_TEST 2026-02-27 11:38:50 +08:00
hooks-command.test.ts refactor ui for qwen code hooks 2026-03-23 11:24:59 +08:00
json-output.test.ts Session-Level Conversation History Management (#1113) 2025-12-03 18:04:48 +08:00
list_directory.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
mcp_server_cyclic_schema.test.ts fix(mcp): update OAuth client names and improve MCP commands 2026-02-08 10:46:48 +08:00
mixed-input-crash.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
read_many_files.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
run_shell_command.test.ts refactor: unify sandbox configuration naming and improve telemetry config 2026-02-11 11:08:15 +08:00
save_memory.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
settings-migration.test.ts refactor: use pre-defined utils 2026-03-02 12:38:26 +08:00
simple-mcp-server.test.ts fix(integration-tests): correct MCP tool name in simple-mcp-server test 2026-02-09 10:07:00 +08:00
stdin-context.test.ts fix(e2e): skip flaky stdin context test (#7264) 2025-08-28 00:00:50 +00:00
telemetry.test.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
test-helper.ts add more integration test for hooks 2026-03-02 23:32:10 -08:00
test-mcp-server.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
todo_write.test.ts 📦 Release qwen-code CLI as a Standalone Bundled Package (#866) 2025-10-24 17:08:59 +08:00
tsconfig.json chore: rename @qwen-code/sdk-typescript to @qwen-code/sdk 2025-12-05 21:47:26 +08:00
utf-bom-encoding.test.ts feat: Preserve UTF-8 BOM when editing files (Fix #1672) 2026-02-01 10:32:20 +08:00
vitest.config.ts add doc for hooks and skip integration test 2026-03-12 07:44:26 -07:00
vitest.terminal-bench.config.ts Fix E2E caused by Terminal Bench test (#529) 2025-09-08 10:51:14 +08:00
web_search.test.ts fix(web-search): handle unconfigured state and improve tests 2025-11-05 11:37:56 +08:00
write_file.test.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00