attest_cli 0.5.0 copy "attest_cli: ^0.5.0" to clipboard
attest_cli: ^0.5.0 copied to clipboard

Command-line companion for attest: aggregate widget-test reports, diff a CI baseline by fingerprint, and emit JSON, SARIF and HTML output.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate attest_cli

Use it

The package has the following executables:

$ attest

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add attest_cli

With Flutter:

 $ flutter pub add attest_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  attest_cli: ^0.5.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:attest_cli/attest_cli.dart';
1
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publishersahland.tech

Weekly Downloads

Command-line companion for attest: aggregate widget-test reports, diff a CI baseline by fingerprint, and emit JSON, SARIF and HTML output.

Repository (GitHub)
View/report issues
Contributing

Topics

#accessibility #a11y #wcag #testing

License

BSD-3-Clause (license)

Dependencies

args, attest, path

More

Packages that depend on attest_cli