Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/src/api/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ Emulates consistent window screen size available inside web page via `window.scr
- `api` ?<[string]> API to use, `openapi`, `google` or `anthropic`. Required in non-cache mode.
- `apiEndpoint` ?<[string]> Endpoint to use if different from default.
- `apiKey` ?<[string]> API key for the LLM provider.
- `apiVersion` ?<[string]> API version if relevant.
- `model` ?<[string]> Model identifier within the provider. Required in non-cache mode.
- `cacheFile` ?<[string]> Cache file to use/generate code for performed actions into. Cache is not used if not specified (default).
- `cacheOutFile` ?<[string]> When specified, generated entries are written into the `cacheOutFile` instead of updating the `cacheFile`.
Expand Down Expand Up @@ -403,10 +402,6 @@ Endpoint to use if different from default.

API key for the LLM provider.

## page-agent-api-version
* since: v1.58
- `apiVersion` <[string]>

API version if relevant.

## page-agent-cache-key
Expand All @@ -433,7 +428,6 @@ Maximum number of agentic turns during this call, defaults to context-wide value
- %%-page-agent-api-%%
- %%-page-agent-api-key-%%
- %%-page-agent-api-endpoint-%%
- %%-page-agent-api-version-%%
- %%-page-agent-cache-key-%%
- %%-page-agent-max-tokens-%%
- %%-page-agent-max-turns-%%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ agent: playwright-test-generator
description: Generate test plan
---

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

Test plan: `specs/coverage.plan.md`
Test plan: `specs/basic-operations.plan.md`
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agent: playwright-test-planner
description: Create test plan
---

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

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