Skip to content

A flutter package to record and replay a gesture for test purposes.

License

Notifications You must be signed in to change notification settings

CareF/gesture_recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gesture Recorder

TODO: add pub.dev link here

A tool to record gestures for a flutter app for generating a test case, and for replaying the recorded gestures for test purposes

Usage

To use this package, add gesture_recorder as a dev_dependencies in your pubspec.yaml file.

Example

Under the example/ directory, first record a gesture by funning:

flutter drive -t test/record_gesture.dart -d pixel --trace-startup

Than replay the recorded gesture by

flutter drive -t test/replay_gesture.dart -d pixel --trace-startup

About

A flutter package to record and replay a gesture for test purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published