test_report_analyzer 1.0.0
test_report_analyzer: ^1.0.0 copied to clipboard
A powerful tool for analyzing Android and Flutter test reports using AI to provide insights, root cause analysis, and suggested fixes for test failures.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate test_report_analyzer
Use it
The package has the following executables:
$ test_report_analyzer
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add test_report_analyzer
With Flutter:
$ flutter pub add test_report_analyzer
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
test_report_analyzer: ^1.0.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:test_report_analyzer/test_report_analyzer.dart';