flutter_wright 0.9.2
flutter_wright: ^0.9.2 copied to clipboard
Playwright-style control of a running Flutter app — snapshot, tap, type, assert — for AI-driven and automated end-to-end testing. Debug-only in-app HTTP server.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_wrightThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_wright: ^0.9.2Alternatively, 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:flutter_wright/flutter_wright.dart';