In App Automation, you can now get app profiling metrics from your test sessions using an API. You can add this API to your CI/CD pipelines or automation frameworks. This allows you to get real-time performance data—like CPU usage, memory, disk usage, and network activity.
To get the profiling details, send a request to the LambdaTest API. Use your LambdaTest Username, Access Key, and the session ID. The response will include the metrics in JSON format. This makes it easy to link with other tools or reporting systems for more analysis.
To get started, refer to this guide on
fetching app profiling metrics using API.
Bonus: We have also added support for network log features for Espresso (Sharding/ Non Sharding) and Flutter Android tests. To get started, refer to this guide on Supported Espresso Capabilities.
Start Testing