ensemble_test_runner 1.3.2
ensemble_test_runner: ^1.3.2 copied to clipboard
Declarative YAML test runner for Ensemble apps with runtime mocks, widget assertions, fixtures, and CLI reporting.
We analyzed this package 12 hours ago, and awarded it 60 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
205 out of 901 API elements (22.8 %) have documentation comments.
Some symbols that are missing documentation: adobe_test_setup, app_performance_log, app_performance_log.buildScreenPerformanceJson, app_performance_log.writeAppPerformanceLog, app_performance_log.writePerformanceLog.
10/10 points: Package has 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 18 issues. Showing the first 2:
ERROR: Conditions must have a static type of 'bool'.
lib/assertions/assertion_engine.dart:204:23
╷
204 │ '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:209:11
╷
209 │ 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
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore_platform_interface |
^7.0.3 |
7.2.0 | 8.0.6 | |
cloud_functions_platform_interface |
^5.8.6 |
5.8.12 | 6.0.6 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
device_frame |
^1.3.0 |
1.3.0 | 1.4.0 | |
ensemble |
>=1.2.50 <2.0.0 |
1.2.50 | 1.2.50 | |
ensemble_device_preview |
^1.1.3 |
1.1.3 | 1.1.3 | |
firebase_auth_platform_interface |
^8.1.3 |
8.1.9 | 9.0.6 | |
firebase_core |
^4.2.0 |
4.7.0 | 4.13.0 | |
firebase_core_platform_interface |
^6.0.2 |
6.0.3 | 8.1.0 | |
get_it |
^8.0.3 |
8.3.0 | 9.2.1 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
image |
^4.8.0 |
4.8.0 | 4.9.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
sqflite_common_ffi |
^2.3.6 |
2.4.2 | 2.4.2 | |
webp |
^1.0.0 |
1.0.1 | 1.0.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.
Found 5 issues. Showing the first 2:
The constraint `^7.0.3` on cloud_firestore_platform_interface does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore_platform_interface to update the constraint.
The constraint `^5.8.6` on cloud_functions_platform_interface does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions cloud_functions_platform_interface 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 1 error:
NON_BOOL_CONDITION-lib/assertions/assertion_engine.dart:204: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.15, Flutter 3.44.7, Dart 3.12.2.
Check the analysis log for details.