https://github.com/executeautomation/flutterdriver_automation
In this repo we will discuss working with automation testing of flutter app with Flutter driver.
https://github.com/executeautomation/flutterdriver_automation
android bdd flutter flutter-driver flutter-gherkin ios
Last synced: 8 months ago
JSON representation
In this repo we will discuss working with automation testing of flutter app with Flutter driver.
- Host: GitHub
- URL: https://github.com/executeautomation/flutterdriver_automation
- Owner: executeautomation
- Created: 2019-06-23T04:35:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T00:58:48.000Z (over 6 years ago)
- Last Synced: 2025-04-04T12:05:15.489Z (about 1 year ago)
- Topics: android, bdd, flutter, flutter-driver, flutter-gherkin, ios
- Language: Dart
- Size: 366 KB
- Stars: 26
- Watchers: 4
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_driver_automation
Demonstrate automation testing of Flutter application in Android/iOS with Flutter driver
## Getting Started
This project is a starting point for a Flutter driver and we have discussed a lot about BDD with Flutter driver with flutter_gherkin as well
A few resources used in this project project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
- [Flutter Driver: Flutter driver API](https://api.flutter.dev/flutter/flutter_driver/FlutterDriver-class.html)
- [Flutter Gherkin: Gherkin + Runner for Flutter](https://pub.dev/packages/flutter_gherkin#-readme-tab-)
For help getting started with Flutter driver, view our
[ExecuteAutomation YouTube videos](https://www.youtube.com/executeautomation), which offers free tutorials,
samples, guidance on flutter driver along with BDD style coding practice.
For complete playlist of videos, visit the below link
[Flutter Driver](https://www.youtube.com/playlist?list=PL6tu16kXT9PrzZbUTUscEYOHHTVEKPLha)