GitClassic
Feed
Explore
Random
Go Pro
Sign in
microsoft
/
playwright
Code
/
Commits
/ 02b8f53
chore(agent): expectURL (#38812)
Simon Knott
committed on Jan 16, 2026, 04:08 PM
Showing
15
changed files
+546 additions
-14 deletions
M
examples/todomvc/tests/perform/filtering-todos/should-filter-active-todos.spec.ts-cache.json
+3
-3
M
examples/todomvc/tests/perform/filtering-todos/should-filter-completed-todos.spec.ts-cache.json
+5
-5
M
examples/todomvc/tests/perform/filtering-todos/should-show-all-todos-with-all-filter.spec.ts-cache.json
+3
-3
M
packages/playwright-core/src/server/agent/actionRunner.ts
+28
-2
M
packages/playwright-core/src/server/agent/actions.ts
+9
M
packages/playwright-core/src/server/agent/codegen.ts
+6
-1
M
packages/playwright-core/src/server/agent/expectTools.ts
+23
M
packages/playwright-core/src/utils/isomorphic/stringUtils.ts
+11
M
tests/library/__llm_cache__/library-agent-expect-expect-timeout-during-generate.json
+30
M
tests/library/__llm_cache__/library-agent-expect-expect-timeout-during-run.json
+28
A
tests/library/__llm_cache__/library-agent-expect-expectURL-success.json
+83
A
tests/library/__llm_cache__/library-agent-expect-expectURL-with-regex-error.json
+129
A
tests/library/__llm_cache__/library-agent-expect-expectURL-with-regex.json
+56
A
tests/library/__llm_cache__/library-agent-expect-expectURL-wrong-URL-error.json
+56
M
tests/library/agent-expect.spec.ts
+76
Browse files at this commit โ