alethia_tell_parallel
Run multiple end-to-end tests concurrently, each against a different URL with its own browser instance, and collect all results together to verify several pages at once.
Instructions
Run multiple test flows concurrently — each against a different URL. Takes an array of test specs, spawns a browser instance per spec, runs them in parallel, and returns all results together. Use this to verify multiple pages simultaneously.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specs | Yes | Array of test specs. Each has "url" (file:// or http://localhost) and "instructions" (test steps). |