webtool_performance_test
Identify device- and network-specific performance issues by running tests across multiple devices and network conditions and comparing results.
Instructions
Run performance tests across different devices and network conditions. Compare results and identify device-specific or network-specific issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to test | |
| timeoutMs | No | Timeout in milliseconds for each test | |
| waitAfterLoadMs | No | Additional time to wait after page load for each test | |
| useProxy | No | Whether to use a proxy for this request | |
| ignoreSSLErrors | No | Whether to ignore SSL certificate errors (use with caution) | |
| devices | No | Devices to test on | |
| networkConditions | No | Network conditions to test with | |
| tests | No | Tests to run | |
| compareResults | No | Whether to compare results between different scenarios | |
| baselineDevice | No | Device to use as baseline for comparison | desktop |
| baselineNetwork | No | Network condition to use as baseline for comparison | WiFi |
| includeScreenshots | No | Whether to include screenshots in the results | |
| runMultipleTimes | No | Whether to run each test multiple times to get more accurate results | |
| numberOfRuns | No | Number of runs to perform for each test if runMultipleTimes is true |