chore: Split up tests even more
This commit is contained in:
parent
e959c24a05
commit
bb188724ae
6 changed files with 51 additions and 27 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:integration_test/integration_test.dart';
|
||||
|
||||
import 'flows/auth_flows.dart';
|
||||
import 'flows/basic_messaging.dart';
|
||||
import 'flows/chat_flows.dart';
|
||||
import 'flows/login_and_chat_backup.dart';
|
||||
|
||||
void main() {
|
||||
|
|
@ -10,5 +12,7 @@ void main() {
|
|||
group('FluffyChat Integration Tests', () {
|
||||
testWidgets('Login and logout flow', loginAndChatBackup);
|
||||
testWidgets('Basic Messaging', basicMessaging);
|
||||
testWidgets('Archive chats', archiveChats);
|
||||
testWidgets('Final logout', finalLogout);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue