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

0
likes
110/ 160
pub points
678
downloads

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

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
Provide documentation
0 / 20trigger folding of the section

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

25 out of 224 API elements (11.2 %) 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.

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: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

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.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 23 issues. Showing the first 2:

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

To format your files run: dart format .

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

To format your files run: dart format .

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

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

Package Constraint Compatible Latest
args ^2.3.1 2.6.0 2.6.0
collection ^1.15.0 1.19.1 1.19.1
convenient_test_common_dart ^1.3.4 1.5.0 1.5.1
fixnum ^1.0.0 1.1.1 1.1.1
freezed_annotation ^2.0.3 2.4.4 2.4.4
get_it ^7.0.0 7.7.0 8.0.3
grpc ^3.2.0 3.2.4 4.0.1
intl ^0.18.0 0.18.1 0.20.1
meta ^1.3.0 1.16.0 1.16.0
mobx ^2.0.6 2.5.0 2.5.0
protobuf ^3.0.0 3.1.0 3.1.0
recase ^4.0.0 4.1.0 4.1.0
synchronized ^3.0.0 3.3.0+3 3.3.0+3
test_api ^0.7.2 0.7.4 0.7.4
vm_service ^14.2.1 14.3.1 15.0.0
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 4.0.2
async - 2.12.0 2.12.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 0.3.3
googleapis_auth - 1.6.0 1.6.0
http - 1.2.2 1.2.2
http2 - 2.3.1 2.3.1
http_parser - 4.1.1 4.1.1
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.3 2.1.3
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.0 1.1.0

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

Found 4 issues. Showing the first 2:

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.

The constraint `^3.2.0` on grpc does not support the stable version `4.0.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.17, Dart 3.6.0.

Check the analysis log for details.

0
likes
110
points
678
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