🚀 New Patrol packages versions just land on
pub.dev!
Support for next flags on web, fix for devtools and more. Check it here 👇
patrol: 4.2.0
🔹Improve setup error reporting for Patrol Web failures. (#2928)
🔹Fix `tapOnNotificationByIndex` and `getNotifications` on iOS 18 to use consistent indexing with other systems. (#2899)
🔹Fix Android native automator error logs to use `AndroidAutomatorClientException` instead of `IosAutomatorClientException`.
🔹Allow to pass additional web browser args through `web-browser-args`. (#2932)
patrol_cli: 4.2.0
🔹Add support for `--web-port` option to specify the port for the web server when running web tests with patrol test. (#2832)
🔹Add `--web-server-timeout` flag to configure the web server startup timeout (default: 120s). (#2948)
🔹Fix running `devtools` after moving test to `patrol_test/`. (#2922)
🔹Fix listen to `stdout/stderr` streams in `buildApkConfigOnly` to prevent hang on Windows. (#2905)
🔹Fix bug that `--exclude` was not working for directories. (#2918)
🔹Allow to pass additional web browser args through `web-browser-args`. (#2932)
🔹Correctly compose `devtools` link on new Flutter version. (#2957)
patrol_log: 0.7.1
🔹Take the test name into account in the log entries. (#2955)
#FlutterDev #FlutterTesting #AutomatedTesting #Patrol