qwen-code/integration-tests/terminal-capture/scenarios/hooks.ts
2026-03-23 11:24:59 +08:00

8 lines
276 B
TypeScript

import type { ScenarioConfig } from '../scenario-runner.js';
export default {
name: '/hooks command',
spawn: ['node', 'dist/cli.js', '--yolo'],
terminal: { title: 'qwen-code', cwd: '../../..' },
flow: [{ type: 'hi' }, { type: '/hooks' }],
} satisfies ScenarioConfig;