Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 962 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 962 Bytes

Romanytas

A new Flutter project.

Getting Started

FlutterFlow projects are built to run on the Flutter stable release.

Integration Tests

To test on a real iOS / Android device, first connect the device and run the following command from the root of the project:

flutter test integration_test/test.dart

To test on a web browser, first launch chromedriver as follows:

chromedriver --port=4444

Then from the root of the project, run the following command:

flutter drive \
  --driver=test_driver/integration_test.dart \
  --target=integration_test/test.dart \
  -d chrome

Find more information about running Flutter integration tests here.

Refer to this guide for instructions on running the tests on Firebase Test Lab.