Filter by Custom Data
Ability to sent any custom key and value pair to LambdaTest platform and then filter the test cases based on the custom data. This feature is available for Web Automation and App Automation coming soon.
Prerequisites For Insights:
- You should have an active LambdaTest account.
- You should han active subscription plan with Web Automation.
- You should have executed at least one test on the LambdaTest Web Automation platform.
Capture Custom Data Filter for Insights in Web Automation BETA
Update your existing test capabilities
You can use the customData capability to send custom data to the LambdaTest platform. The custom data will be displayed in the Builds Comparison Insights module. The custom data will be displayed in the Custom Data Filter. You can filter the test cases based on the custom data.
{
"capabilities": {
"browserName": "chrome",
"version": "latest",
"platform": "Windows 10",
"customData": {
"key": "value"
}
}
}
How To Access Custom Filters?
note
Currently, the feature is in the BETA phase and will be supported for Build Comparison for Web Automation.
- Go to the
Insightstab on the left navigation bar and click on theBuilds Comparison. - Select the
Buildfrom the list to drill-down. - Now, search for
Test Casewidgets in theWeb Automation, App Automation & HyperExecuteproducts. - Add the widgets to the dashboard by clicking on the
Add Widgetbutton.
Custom Filters Use Cases
- You can send the
keyandvaluepair to the LambdaTest platform. - You can filter the test cases based on the custom data.
