aitest_run
Submit a browser test job by providing a target URL and a natural-language description of the expected behavior. The AI engine then plans, executes, and analyzes the test, returning a report.
Instructions
Submit a browser test job to aiTest. Provide a URL and a natural-language description of what to test. The AI engine will plan, execute, and analyze the test, then return a report. Example: 'Test that the login form accepts valid credentials and shows the dashboard.'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The target URL to test (e.g., https://example.com/login) | |
| options | No | Optional test configuration. | |
| credentials | No | Optional login credentials if the test requires authentication. | |
| description | Yes | Natural-language description of what to test. Be specific about the expected behavior. |