mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
fix(e2e): add cursor agent to e2e test framework (#3045)
Add cursor to ALL_AGENTS, verify_cursor, input_test_cursor, and their dispatch cases so e2e sweeps cover the cursor agent. Fixes #3042 Agent: issue-fixer Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
499eb494c6
commit
1c8011cae5
2 changed files with 42 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -eo pipefail
|
|||
# ---------------------------------------------------------------------------
|
||||
# Constants
|
||||
# ---------------------------------------------------------------------------
|
||||
ALL_AGENTS="claude openclaw zeroclaw codex opencode kilocode hermes junie"
|
||||
ALL_AGENTS="claude openclaw zeroclaw codex opencode kilocode hermes junie cursor"
|
||||
PROVISION_TIMEOUT="${PROVISION_TIMEOUT:-720}"
|
||||
INSTALL_WAIT="${INSTALL_WAIT:-600}"
|
||||
INPUT_TEST_TIMEOUT="${INPUT_TEST_TIMEOUT:-120}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue