runUITests method
Implementation
Future<AutotestSummary> runUITests({Function(String)? onProgress}) async {
return _runTestGroup(
'UI Tests',
[
_testUIEventCapture,
_testNavigationIntegration,
],
onProgress);
}