allure_report 1.2.0 copy "allure_report: ^1.2.0" to clipboard
allure_report: ^1.2.0 copied to clipboard

Allure Report Adapter. Use it with [test_reporter](https://pub.dev/packages/test_reporter) package

0
likes
120/ 160
pub points
45%
popularity

We analyzed this package 13 hours ago, and awarded it 120 pub points (of a possible 160):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/rIIh/dart_test_reporter/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+%5Ballure_report%5D was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

3 out of 49 API elements (6.1 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: allure_report, allure_report.Allure, allure_report.Allure.description, allure_report.Allure.diff, allure_report.Allure.epic.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:allure_report/allure_report.dart that imports:
  • package:allure_report/src/allure_reporter.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/src/_exports_in_browser.dart that imports:
  • package:universal_io/src/internet_address.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:allure_report/allure_report.dart that imports:
  • package:allure_report/src/allure_reporter.dart that imports:
  • package:universal_io/io.dart that imports:
  • package:universal_io/src/_exports_in_vm.dart that imports:
  • package:universal_io/src/new_universal_http_client.dart that imports:
  • package:universal_io/src/_helpers.dart that imports:
  • package:universal_io/src/_helpers_impl_elsewhere.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

OK
Pass static analysis
50 / 50trigger folding of the section

50/50 points: code has no errors, warnings, lints, or formatting issues

failed
Support up-to-date dependencies
20 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
freezed_annotation ^2.4.1 2.4.4 2.4.4
mime ^1.0.5 1.0.6 2.0.0
path ^1.9.0 1.9.1 1.9.1
test_reporter ^1.0.0 1.1.3 1.1.3
universal_io ^2.2.2 2.2.2 2.2.2
uuid ^4.4.0 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
ansicolor - 2.0.3 2.0.3
args - 2.6.0 2.6.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
json_annotation - 4.9.0 4.9.0
meta - 1.16.0 1.16.0
sprintf - 7.0.0 7.0.0
typed_data - 1.4.0 1.4.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.0.5` on mime does not support the stable version `2.0.0`, that was published 21 days ago.

When mime is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions mime to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 48 errors:

  • UNDEFINED_CLASS - lib/allure_report.dart:9:1 - Undefined class 'TestReporter'.
  • IMPLEMENTS_NON_CLASS - lib/src/allure_reporter.dart:16:33 - Classes and mixins can only implement other classes and mixins.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/allure_reporter.dart:21:18 - The name 'TestGroup' isn't a type, so it can't be used as a type argument.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.13, Dart 3.5.3.

Check the analysis log for details.

0
likes
120
pub points
45%
popularity

Publisher

unverified uploader

Allure Report Adapter. Use it with [test_reporter](https://pub.dev/packages/test_reporter) package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

freezed_annotation, mime, path, test_reporter, universal_io, uuid

More

Packages that depend on allure_report