gagaspanduw / automation-flutter_gherkin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facebook_clone

Facebook Clone Project For Automation Test Flutter Gherkin

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

Run flutter doctor

From a console window that has the Flutter directory in the path (see above), run the following command to see if there are any platform dependencies you need to complete the setup:

$flutter doctor

And run the following command to begin signing licenses :

$flutter doctor --android-licenses

Use this package as a library to your package's pubspec.yaml

$flutter pub get
  • create folder 'test_driver' on your project
  • create automation code on folder 'test_driver'
  • running test :
dart .\test_driver\app_test.dart

About


Languages

Language:Dart 89.1%Language:Gherkin 3.3%Language:Objective-C 2.4%Language:Java 2.2%Language:Swift 1.6%Language:Kotlin 1.3%