Skip to content

Commit b1e5954

Browse files
authored
clean: remove post-conditions (#38694)
1 parent eb3aeb0 commit b1e5954

File tree

87 files changed

+3249
-3424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+3249
-3424
lines changed

docs/src/api/params.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ Emulates consistent window screen size available inside web page via `window.scr
375375
- `api` ?<[string]> API to use, `openapi`, `google` or `anthropic`. Required in non-cache mode.
376376
- `apiEndpoint` ?<[string]> Endpoint to use if different from default.
377377
- `apiKey` ?<[string]> API key for the LLM provider.
378-
- `apiVersion` ?<[string]> API version if relevant.
379378
- `model` ?<[string]> Model identifier within the provider. Required in non-cache mode.
380379
- `cacheFile` ?<[string]> Cache file to use/generate code for performed actions into. Cache is not used if not specified (default).
381380
- `cacheOutFile` ?<[string]> When specified, generated entries are written into the `cacheOutFile` instead of updating the `cacheFile`.
@@ -403,10 +402,6 @@ Endpoint to use if different from default.
403402

404403
API key for the LLM provider.
405404

406-
## page-agent-api-version
407-
* since: v1.58
408-
- `apiVersion` <[string]>
409-
410405
API version if relevant.
411406

412407
## page-agent-cache-key
@@ -433,7 +428,6 @@ Maximum number of agentic turns during this call, defaults to context-wide value
433428
- %%-page-agent-api-%%
434429
- %%-page-agent-api-key-%%
435430
- %%-page-agent-api-endpoint-%%
436-
- %%-page-agent-api-version-%%
437431
- %%-page-agent-cache-key-%%
438432
- %%-page-agent-max-tokens-%%
439433
- %%-page-agent-max-turns-%%

examples/todomvc/.github/prompts/playwright-test-generate.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ agent: playwright-test-generator
33
description: Generate test plan
44
---
55

6-
Generate tests for the test plan's bullet 1.1 Add item to card.
6+
Generate tests for the test plan's bullet 1. Adding Todos. Generate one test at a time, never in parallel.
77

8-
Test plan: `specs/coverage.plan.md`
8+
Test plan: `specs/basic-operations.plan.md`

examples/todomvc/.github/prompts/playwright-test-plan.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ agent: playwright-test-planner
33
description: Create test plan
44
---
55

6-
Create test plan for "add to cart" functionality of my app.
6+
Create test plan for basic operations of the todo app. Test plan should contain around 20 tests.
77

88
- Seed file: `tests/seed.spec.ts`
9-
- Test plan: `specs/coverage.plan.md`
9+
- Test plan: `specs/basic-operations.plan.md`

0 commit comments

Comments
 (0)