patrol 4.3.0 copy "patrol: ^4.3.0" to clipboard
patrol: ^4.3.0 copied to clipboard

A powerful, multiplatform E2E UI testing framework for Flutter apps that overcomes the limitations of integration_test by handling native interactions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add patrol

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  patrol: ^4.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:patrol/patrol.dart';
670
likes
150
points
210k
downloads
screenshot

Publisher

verified publisherleancode.co

Weekly Downloads

A powerful, multiplatform E2E UI testing framework for Flutter apps that overcomes the limitations of integration_test by handling native interactions.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#testing #integration-test #ui-test #e2e #native-automation

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

boolean_selector, equatable, flutter, flutter_test, http, json_annotation, meta, patrol_finders, patrol_log, shelf, test_api, web

More

Packages that depend on patrol

Packages that implement patrol