testit_adapter_flutter 5.0.0
testit_adapter_flutter: ^5.0.0 copied to clipboard
The repository contains new versions of adapters for dart test frameworks.
Change Log #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
importRealtimeconfiguration (importRealtime/TMS_IMPORT_REALTIME/tmsImportRealtime). Defaulttrue— preserves previous behaviour (send each result immediately after a test).- Batch import mode (
importRealtime=false): buffer results and flush viaflushPendingResultsAsyncon group/filetearDownAll. tmsConfigureBatchImport()— register roottearDownAllfor batch mode; call at the start ofmain().tmsFlushPendingResultsAsync()— explicit flush for CI or multi-file suites.BulkAutotestHelper(writeTestResultsBulkAsync): bulk autotest create/update; test run results submitted individually to support duplicateexternalIdpairs (tmsTest/tmsTestWidgets).
Changed #
ApiManager.processTestResultAsync: Sync Storage in-progress path runs before realtime/batch branch in both modes.onBlockCompletedAsync: per-test whenimportRealtime=true; once per flush whenimportRealtime=false.
Removed #
reflectabledependency andbuild.yaml(fixesbuild_runnercompatibility for consumers).
Fixed #
- HTML escaping is now applied before test result submission.
5.0.0 - 2026-07-22 #
- support the Adapters API.
4.0.3 - 2026-07-07 #
- delete the reflectable from dependencies.
- update sync-storage, add import realtime false
4.0.2 - 2026-05-13 #
- update sync-storage
4.0.1 - 2026-04-15 #
- update sync-storage
4.0.0 - 2026-04-08 #
- support sync-storage
3.4.3 - 2026-03-18 #
- Last Cloud support, statusType
3.4.2 - 2026-02-24 #
- Last Cloud support
3.4.1 2026-02-30 #
- feat: TMS-37545: separation annotation of tags and labels.
3.4.0 - 2026-02-06 #
- Last Cloud support
3.3.0-TMS-5.6 - 2026-01-30 #
- TMS 5.6 support
3.2.6 - 2025-11-18 #
- fix: TMS-35774: fix the utils for escape html tags.
3.2.5 - 2025-10-30 #
- feat: TMS-35016: support for updating the test run name for all adapter modes.
3.2.4 - 2025-10-28 #
- Last Cloud support
3.2.4-TMS-5.5 - 2025-10-10 #
- TMS 5.5 support
3.2.3 - 2025-09-18 #
- Last Cloud support
3.2.2 - 2025-09-11 #
- Last Cloud support
3.2.1 - 2025-07-17 #
- Last Cloud support
3.2.0-TMS-5.4 - 2025-07-16 #
- TMS 5.4 support
3.1.3 - 2025-06-26 #
- Introduce html escaping
3.1.2 - 2025-06-18 #
- Introduce tests and documentation
3.1.1-TMS-5.3 - 2025-06-17 #
- TMS 5.3 support
3.1.0 - 2025-06-17 #
- some internal fixes, cloud support
3.0.0 - 2025-06-17 #
- new pub repo, new api-client