Add --plain-name
option to patrol test
to select individual test to run by their names
#1186
Labels
feature
New feature request
Is it possible to restart a single test from group by test name? I tried passing the
--plain-name
parameter topatrol test
, as it was in theflutter test
. This was a very useful feature.patrol_cli v1.1.3
Example for flutter test:
flutter test integration_test/smoke_test.dart -d emulator-5554 --plain-name='C345346 - Logout test'
The text was updated successfully, but these errors were encountered: