0 purchases
alchemist test reporter
Alchemist Test Reporter #
Special Golden Test Runner to report golden test results
Usage #
See Example Test Config
// flutter_test_config.dart
import 'dart:async';
import 'package:alchemist/alchemist.dart';
import 'package:alchemist_test_reporter/alchemist_test_reporter.dart';
Future<void> testExecutable(FutureOr<void> Function() testMain) {
goldenTestRunner = GoldenTestRunnerWithReports(inner: goldenTestRunner);
return AlchemistConfig.runWithConfig(
config: const AlchemistConfig(),
run: () async => await testMain(),
);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.