testit_adapter_flutter 3.2.3 copy "testit_adapter_flutter: ^3.2.3" to clipboard
testit_adapter_flutter: ^3.2.3 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.

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

legacy pub: https://pub.flutter-io.cn/packages/adapters_flutter: #

2.1.9 - 2024-07-23 #

Fixed #

  • readme.

2.1.8 - 2024-07-17 #

Fixed #

  • examples.
  • revert teardown & teardown all support.

2.1.7 - 2024-07-15 #

Changed #

  • migrated to universal_io.

2.1.6 - 2024-07-15 #

Fixed #

  • docs.

2.1.5 - 2024-07-15 #

Added #

  • docs.

2.1.4 - 2024-07-15 #

Fixed #

  • examples.

2.1.3 - 2024-07-15 #

Fixed #

  • examples.
  • readme.

2.1.2 - 2024-07-15 #

Fixed #

  • ignore dart_test.yaml.

2.1.1 - 2024-07-15 #

Changed #

  • refactoring.

Fixed #

  • examples readme.
  • folders names warning.
  • post processing action.

2.1.0 - 2024-07-14 #

Added #

  • setup & teardown full support.

Fixed #

  • test run not always completed.

2.0.4 - 2024-07-13 #

Changed #

  • config validation.

Fixed #

  • adapter mode 0.

2.0.3 - 2024-07-13 #

Fixed #

  • packages versions.

2.0.2 - 2024-07-12 #

Changed #

  • adapter manager's functions signatures.

Fixed #

  • readme.

2.0.1 - 2024-07-12 #

Changed #

  • test manager implementation.

Fixed #

  • suite tags.

2.0.0 - 2024-07-10 #

Added #

  • dart 3.0.0 support (flutter >=3.10.0).

1.9.0 - 2024-07-10 #

Added #

  • log every validation error.
  • step return value.

Changed #

  • examples.
  • readme.
  • unit tests.

Fixed #

  • api bug.

1.8.1 - 2024-07-09 #

Changed #

  • api services refactoring.

Fixed #

  • flutter actions.

1.8.0 - 2024-07-09 #

Added #

  • tmsTestWidgets function.
  • validation error log.

Changed #

  • examples.
  • readme.
  • unit test.

1.7.1 - 2024-07-08 #

Added #

  • readme examples.

Fixed #

  • changelog.

1.7.0 - 2024-07-08 #

Added #

  • readme requirements.
  • test action.
  • test examples.

Fixed #

  • addLink & addLinks functions.
  • check action.
  • externalId resolver.
  • test name.

1.6.1 - 2024-07-08 #

Changed #

  • 'flutter_test' included in 'adapters_flutter' package.

Fixed #

  • addLink & addLinks functions.
  • check action.
  • externalId resolver.
  • test name.

1.6.0 - 2024-07-03 #

Added #

  • setUpAll & setUp support.

1.5.0 - 2024-07-02 #

Added #

  • automaticUpdationLinksToTestCases configuration parameter.

1.4.4 - 2024-07-01 #

Fixed #

  • change publish action provider & skip tests.

1.4.3 - 2024-07-01 #

Fixed #

  • change publish action provider.

1.4.2 - 2024-07-01 #

Fixed #

  • change 'flutter' to 'dart' command in publish action.

1.4.1 - 2024-07-01 #

Fixed #

  • publish action.

1.4.0 - 2024-07-01 #

Added #

  • unit tests.

1.3.6 - 2024-07-01 #

Added #

  • internal annotation.

1.3.5 - 2024-07-01 #

Changed #

  • move sources to src folder.

1.3.4 - 2024-06-30 #

Changed #

  • add modules privacy.

1.3.3 - 2024-06-30 #

Changed #

  • disabled temp tests.

1.3.2 - 2024-06-30 #

Fixed #

  • publisher version.

1.3.1 - 2024-06-30 #

Fixed #

  • check action.
  • publish action.

1.3.0 - 2024-06-30 #

Added #

  • bool config parameters validation.
  • isDebug config parameter.
  • test arguments validation.
  • testIt config parameter.

Changed #

  • exception message format.
  • link constructor signature.
  • simplify config services.

Fixed #

  • log message colors & line length.

1.2.0 - 2024-06-28 #

Added #

  • cli args support.
  • check github action.
  • unit tests.

Fixed #

  • unsafe types cast.
  • adapter mode validation.

1.1.1 - 2024-06-27 #

Fixed #

  • readme.

1.1.0 - 2024-06-27 #

Changed #

  • make tmsTest sync.

Fixed #

  • test result classname.

1.0.0 - 2024-06-26 #

Changed #

  • public functions names.

Fixed #

  • readme example.

0.1.0 - 2024-06-25 #

Added #

  • child steps support

Fixed #

  • http LinkType request body encode.
  • labels argument name.

0.1.2 - 2024-06-24 #

Fixed #

  • github publish action.

0.1.1 - 2024-06-24 #

Changed #

  • github publish action.

[0.1.0] - 2024-06-24 #

Added #

  • addAttachmentAsync, addLinkAsync, AddMessageAsync public methods.
  • test filtering for adapter mode 0.

Changed #

  • downgrade environment sdk to 3.0.0.

Fixed #

  • http requests failures.

0.0.1 - 2024-06-20 #

Added #

dart adapter base.

1
likes
120
points
286
downloads

Publisher

unverified uploader

Weekly Downloads

The repository contains new versions of adapters for dart test frameworks.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter_test, http, http_parser, logger, meta, mime, path, properties, reflectable, synchronized, test_api, testit_api_client_dart, universal_io, uuid

More

Packages that depend on testit_adapter_flutter