invertase / flutterfire_cli

A CLI to help with using FlutterFire in your Flutter applications.
Apache License 2.0
171 stars 47 forks source link

test: first e2e test for "flutterfire configure" basic command #162

Closed russellwheatley closed 1 year ago

russellwheatley commented 1 year ago

Description

First integration test for FFCLI. Checks everything that occurs on running flutterfire configure, including:

I have removed windows runner for now until I have time to test it on a Windows machine.

Type of Change