diff --git a/README.md b/README.md index 9880dfe..30cccdc 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,7 @@ part 'gherkin_suite_test.g.dart'; featurePaths: ['integration_test/features/**.feature'], executionOrder: ExecutionOrder.sequential) Future main() async { - if (Config().restoreDatabase) { - await MakeSnapshotCommand().action(null); - } + var configuration = FlutterTestConfiguration( reporters: [ TestRunSummaryReporter(),