diff --git a/registry/supabase_flutter.test b/registry/supabase_flutter.test new file mode 100644 index 0000000..10ad621 --- /dev/null +++ b/registry/supabase_flutter.test @@ -0,0 +1,16 @@ +# Tests from https://github.com/supabase/supabase-flutter +# +# supabase-flutter is a pub workspace, so the "update" step below (flutter pub get at +# the repository root) resolves every member package. The test step runs +# scripts/customer_testing.dart, which runs `flutter analyze --no-fatal-infos` over the +# whole workspace and `flutter test` in packages/supabase_flutter. The other packages +# are excluded because their tests require a live Supabase backend. + +contact=lukas.klingsbo@supabase.io + +fetch=git clone https://github.com/supabase/supabase-flutter.git tests +fetch=git -C tests checkout 61b2118c7479d26d0a267dd06396b7d9e1e1809f + +update=. + +test=dart run scripts/customer_testing.dart