welltested 2.2.2 welltested: ^2.2.2 copied to clipboard
WelltestedAI is a Testing AI Pilot helping developers add and maintain tests as they code and deliver stable welltested apps to users.
We analyzed this package 4 days ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/Welltested-AI/welltested/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: welltested
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Could not find any pubspec.yaml
in the repository.
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.
0/10 points: 20% or more of the public API has dartdoc comments
5 out of 97 API elements (5.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: integration_generator
, integration_generator.IntegrationGenerator
, integration_generator.IntegrationGenerator.IntegrationGenerator
, integration_generator.IntegrationGenerator.astElementExecutor
, integration_generator.IntegrationGenerator.dartServerRepository
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:welltested/cli/integration_test_operation.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:welltested/cli/integration_test_operation.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `Web`.
Because:
package:welltested/cli/integration_test_operation.dart
that declares support for platforms:Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:welltested/cli/integration_test_operation.dart
that imports:package:welltested/src/utilities/telemetry_client.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 85 issues. Showing the first 2:
INFO: Empty catch block.
lib/cli/unit_operation.dart:69:17
╷
69 │ } catch (e) {}
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/cli/unit_operation.dart
INFO: Statements in an if should be enclosed in a block.
lib/cli/unit_operation.dart:142:11
╷
142 │ ┌ wtLog.warning(
143 │ └ 'Classes: ${classGenerationFailure.humanPreferredString(-1)}');
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/cli/unit_operation.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analysis_server_lib |
^0.2.0 |
0.2.5 | 0.2.5 |
analyzer |
>=4.0.0 <6.0.0 |
5.13.0 | 6.11.0 |
ansi_escapes |
^1.0.0 |
1.1.0 | 1.1.0 |
args |
^2.3.1 |
2.6.0 | 2.6.0 |
azure_application_insights |
^3.1.0 |
3.1.0 | 5.0.0 |
crypto |
^3.0.0 |
3.0.6 | 3.0.6 |
http |
>0.13.4 <2.0.0 |
0.13.6 | 1.2.2 |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
source_gen |
^1.2.2 |
1.5.0 | 1.5.0 |
welltested_annotation |
^1.1.0 |
1.1.0 | 1.1.0 |
yaml |
^3.0.0 |
3.1.2 | 3.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 76.0.0 |
async |
- | 2.12.0 | 2.12.0 |
build |
- | 2.4.1 | 2.4.1 |
collection |
- | 1.19.1 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
dart_style |
- | 2.3.2 | 2.3.7 |
file |
- | 7.0.1 | 7.0.1 |
glob |
- | 2.1.2 | 2.1.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
logging |
- | 1.3.0 | 1.3.0 |
meta |
- | 1.16.0 | 1.16.0 |
package_config |
- | 2.1.0 | 2.1.0 |
pub_semver |
- | 2.1.4 | 2.1.4 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
watcher |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `>=4.0.0 <6.0.0` on analyzer does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions analyzer
to update the constraint.
The constraint `^3.1.0` on azure_application_insights does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions azure_application_insights
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 9 errors:
UNDEFINED_METHOD
-lib/src/extensions/integration_extensions.dart:8:70
- The method 'value' isn't defined for the type 'SimpleIdentifier'.UNDEFINED_METHOD
-lib/src/extensions/integration_extensions.dart:51:52
- The method 'value' isn't defined for the type 'SimpleIdentifier'.NON_TYPE_AS_TYPE_ARGUMENT
-lib/src/models/test_request/widget/widget_test_request.dart:28:14
- The name 'EnumElement' 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.15
, Dart 3.5.4
.
Check the analysis log for details.