Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions registry/supabase_flutter.test
Original file line number Diff line number Diff line change
@@ -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