test_report_analyzer 1.0.0 copy "test_report_analyzer: ^1.0.0" to clipboard
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';
0
likes
140
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful tool for analyzing Android and Flutter test reports using AI to provide insights, root cause analysis, and suggested fixes for test failures.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, collection, html, http, logging, meta, path, retry, yaml

More

Packages that depend on test_report_analyzer