get-context
Extract website context for generating test cases efficiently. Integrated with Playwright MCP server, it provides real-time page and element details to enhance test accuracy and streamline test case creation.
Instructions
Get the website context which would be used to write the testcase
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}