auto 0.0.1 copy "auto: ^0.0.1" to clipboard
auto: ^0.0.1 copied to clipboard

Auto-A simpler Flutter UI automation test solution.

Language: English | 中文简体

Auto #

Auto-A simpler Flutter UI automation test solution.

  • No need to write any code
  • Recording test scripts is very simple
  • Multi-platform support
  • Pixel-level playback
  • Remote recording and playback
  • ...
screen

Getting Started #

1.Add Dependency

dependencies:
  auto: latest-version

2.Initialize UIAutomator

import 'package:auto/auto.dart';
void main() {
  UIAutomator.ensureInitialized(); //Make sure this line is at the top of the code
  runApp(UIAutomatorArea(child: MyApp()));
}

For more detailed configuration, please see the example project

IDE Installation #

See: Auto Ide

Usage #

Demo Video

FAQ #

License #

Apache-2.0 License

1
likes
30
pub points
14%
popularity

Publisher

unverified uploader

Auto-A simpler Flutter UI automation test solution.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

archive, fixnum, flutter, protobuf

More

Packages that depend on auto