Commit graph

9 commits

Author SHA1 Message Date
Kit Langton
7aeb0972aa test(e2e): share dock child session mock 2026-03-16 12:39:32 -04:00
Kit Langton
eb5c67de58 fix(e2e): replace LLM-seeded question tests with route mocking
The question dock e2e tests used seedSessionQuestion which sends a
prompt to a real LLM and waits for it to call the question tool. This
is inherently flaky due to LLM latency and non-determinism.

Add withMockQuestion (mirroring the existing withMockPermission pattern)
that intercepts GET /question and POST /question/*/reply at the
Playwright route level, making the tests fully deterministic.
2026-03-16 12:16:16 -04:00
opencode-agent[bot]
8f8c74cfb8 chore: generate 2026-03-13 02:33:45 +00:00
Luke Parker
96b1d8f639
fix(app): stabilize todo dock e2e with composer probe (#17267) 2026-03-13 12:21:50 +10:00
Luke Parker
0b7a5b1e7b
test(app): abort sessions and wait for idle before e2e cleanup (#16439) 2026-03-07 16:33:12 +10:00
Adam
78069369e2
fix(app): default auto-respond to false 2026-03-02 13:10:37 -06:00
Adam
157920b2fb
chore: update test 2026-02-27 06:54:15 -06:00
Adam
b8337cddc4
fix(app): permissions and questions from child sessions (#15105)
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
2026-02-26 01:05:08 +00:00
Adam
49cc872c44
chore: refactor composer/dock components (#14328) 2026-02-19 15:02:45 -06:00