run_test
Execute Playwright test automation scripts in a real browser to verify web application functionality with pass/fail results.
Instructions
Execute a Playwright test with given steps and return pass/fail results. Use this to actually run and verify tests in a real browser.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testName | Yes | Name of the test | |
| steps | Yes | Array of test steps to execute | |
| options | No | Test execution options |