alchemist_test_reporter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.