convenient_test_manager_dart 1.3.5 copy "convenient_test_manager_dart: ^1.3.5" to clipboard
convenient_test_manager_dart: ^1.3.5 copied to clipboard

Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more

105/ 160
pub points
578
downloads

We analyzed this package 7 days ago, and awarded it 105 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.3.5").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

25 out of 227 API elements (11.0 %) 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: convenient_test_manager_service, convenient_test_manager_service.ConvenientTestManagerService, convenient_test_manager_service.ConvenientTestManagerService.$addMethod, convenient_test_manager_service.ConvenientTestManagerService.$lookupMethod, convenient_test_manager_service.ConvenientTestManagerService.$name.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:convenient_test_manager_dart/misc/setup.dart that imports:
  • package:convenient_test_manager_dart/stores/worker_super_run_store.dart that imports:
  • package:convenient_test_manager_dart/stores/global_config_store.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:convenient_test_manager_dart/misc/setup.dart that imports:
  • package:convenient_test_manager_dart/stores/worker_super_run_store.dart that imports:
  • package:convenient_test_manager_dart/stores/suite_info_store.dart that imports:
  • package:convenient_test_manager_dart/stores/log_store.dart that imports:
  • package:convenient_test_common_dart/convenient_test_common_dart.dart that imports:
  • package:convenient_test_common_dart/src/protobuf/convenient_test.pbgrpc.dart that imports:
  • package:grpc/service_api.dart that imports:
  • package:grpc/src/server/service.dart that imports:
  • package:grpc/src/server/call.dart that imports:
  • package:grpc/src/shared/io_bits/io_bits.dart that imports:
  • package:grpc/src/shared/io_bits/io_bits_io.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.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 23 issues. Showing the first 2:

/tmp/pana_WHJOQE/bin/convenient_test_manager_dart.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_WHJOQE/lib/misc/setup.dart doesn't match the Dart formatter.

To format your files run: dart format .

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
args ^2.3.1 2.7.0 2.7.0
collection ^1.15.0 1.19.1 1.19.1
convenient_test_common_dart ^1.3.4 1.5.0 1.5.4
fixnum ^1.0.0 1.1.1 1.1.1
freezed_annotation ^2.0.3 2.4.4 3.1.0
get_it ^7.0.0 7.7.0 8.2.0
grpc ^3.2.0 3.2.4 4.2.0
intl ^0.18.0 0.18.1 0.20.2
meta ^1.3.0 1.17.0 1.17.0
mobx ^2.0.6 2.5.0 2.5.0
protobuf ^3.0.0 3.1.0 5.0.0
recase ^4.0.0 4.1.0 4.1.0
synchronized ^3.0.0 3.4.0 3.4.0
test_api ^0.7.2 0.7.7 0.7.7
vm_service ^14.2.1 14.3.1 15.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
clock - 1.1.2 1.1.2
crypto - 3.0.6 3.0.6
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 1.6.0 2.0.0
http - 1.5.0 1.5.0
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
json_annotation - 4.9.0 4.9.0
matcher - 0.12.17 0.12.17
path - 1.9.1 1.9.1
quiver - 3.2.2 3.2.2
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
tuple - 2.0.2 2.0.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1

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

Found 6 issues. Showing the first 2:

The constraint `^2.0.3` on freezed_annotation does not support the stable version `3.0.0`.

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

The constraint `^7.0.0` on get_it does not support the stable version `8.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
105
points
578
downloads

Publisher

unverified uploader

Weekly Downloads

Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

unknown (license)

Dependencies

args, collection, convenient_test_common_dart, fixnum, freezed_annotation, get_it, grpc, intl, meta, mobx, protobuf, recase, synchronized, test_api, vm_service

More

Packages that depend on convenient_test_manager_dart