browser_generate_playwright_test
Automatically create Playwright test scripts for browser automation by specifying test name, description, and steps. Streamline web interaction testing without visual dependencies.
Instructions
Generate a Playwright test for given scenario
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | The description of the test | |
name | Yes | The name of the test | |
steps | Yes | The steps of the test |