ensemble_test_runner 0.1.0
ensemble_test_runner: ^0.1.0 copied to clipboard
Declarative YAML test runner for Ensemble apps with runtime mocks, widget assertions, fixtures, and CLI reporting.
We analyzed this package 4 hours ago, and awarded it 50 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/EnsembleUI/ensemble/tree/main/packages/ensemble_test_runner was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/EnsembleUI/ensemble/tree/main/packages/ensemble_test_runner#readme 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
83 out of 456 API elements (18.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: assertion_engine, assertion_engine.AssertionEngine, assertion_engine.AssertionEngine.AssertionEngine.new, assertion_engine.AssertionEngine.activeScope, assertion_engine.AssertionEngine.apiCallSummary.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
ERROR: Conditions must have a static type of 'bool'.
lib/assertions/assertion_engine.dart:78:23
╷
78 │ 'but it was ${isEnabled ? 'enabled' : 'disabled'}.',
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/assertions/assertion_engine.dart
INFO: Statements in an if should be enclosed in a block.
lib/actions/extended_step_handlers.dart:212:11
╷
212 │ throw EnsembleTestFailure('removeStorage requires "key"');
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/actions/extended_step_handlers.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ensemble |
^1.2.48 |
1.2.50 | 1.2.50 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 1 error:
NON_BOOL_CONDITION-lib/assertions/assertion_engine.dart:78:23- Conditions must have a static type of 'bool'.
Run flutter pub downgrade and then flutter 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.23.17, Flutter 3.44.8, Dart 3.12.2.
Check the analysis log for details.