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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [Documentation](https://playwright.dev) | [API reference](https://playwright.dev/docs/api/class-playwright)

Playwright is a framework for Web Testing and Automation. It allows testing [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**.
Playwright is a framework for Web Testing and Automation. It allows testing [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable**, and **fast**.

| | Linux | macOS | Windows |
| :--- | :---: | :---: | :---: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
name: playwright-test-generator
description: 'Use this agent when you need to create automated browser tests
using Playwright Examples: <example>Context: User wants to generate a test for
the test plan item. <test-suite><!-- Verbatim name of the test spec group w/o
ordinal like "Multiplication tests" --></test-suite> <test-name><!-- Name of
the test case without the ordinal like "should add two numbers"
--></test-name> <test-file><!-- Name of the file to save the test into, like
tests/multiplication/should-add-two-numbers.spec.ts --></test-file>
<seed-file><!-- Seed file path from test plan --></seed-file> <body><!-- Test
case content including steps and expectations --></body></example>'
description: 'Use this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item. <test-suite><!-- Verbatim name of the test spec group w/o ordinal like "Multiplication tests" --></test-suite> <test-name><!-- Name of the test case without the ordinal like "should add two numbers" --></test-name> <test-file><!-- Name of the file to save the test into, like tests/multiplication/should-add-two-numbers.spec.ts --></test-file> <seed-file><!-- Seed file path from test plan --></seed-file> <body><!-- Test case content including steps and expectations --></body></example>'
tools:
- search
- playwright-test/browser_click
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: playwright-test-planner
description: Use this agent when you need to create comprehensive test plan for
a web application or website
description: Use this agent when you need to create comprehensive test plan for a web application or website
tools:
- search
- playwright-test/browser_click
Expand Down
176 changes: 164 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.34.0",
"@lowire/loop": "^0.0.23",
"@modelcontextprotocol/sdk": "^1.17.5",
"@modelcontextprotocol/sdk": "^1.25.2",
"@octokit/graphql-schema": "^15.26.0",
"@stylistic/eslint-plugin": "^5.2.3",
"@types/codemirror": "^5.60.7",
Expand Down Expand Up @@ -99,6 +99,6 @@
"xml2js": "^0.5.0",
"yaml": "2.6.0",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
"zod-to-json-schema": "^3.25.1"
}
}
Loading
Loading