automated_testing_framework 0.2.3
automated_testing_framework: ^0.2.3 copied to clipboard
A testing framework that allows in app tests to be built and executed in an automated way.
[0.2.3] - September 1st, 2020 #
- Fix to disable Quick Add in the test steps page when a step doesn't support it
- Fix to not submit a report at the end of an individual step run
- Fix for when values passed to a
Testable
are types other thanString
- Fix for running individual steps from the
TestStepPage
that was opened via the dialog - Accept a null or empty id on
Testable
as a way to disable it
[0.2.2] - September 1st, 2020 #
- Added LongPress tests support
- Implemented
pump
function inoverride_widget_tester.dart
- Added
widgetLongPressMoveUpdate
testable gesture
[0.2.1] - September 1st, 2020 #
- Fix to make the registry optional on
TestController
, as was originally intended
[0.2.0] - August 30th, 2020 #
- More documentation updates
- Removed the
FileTestStore
to preserve web compatibility in the core framework
[0.1.2] - August 25th, 2020 #
- More documentation updates
- Update to auto-run the example tests in
profile
mode - Updated to a more memory efficient way to load all tests for running
[0.1.1] - August 22nd, 2020 #
- Lots of documentation updates; tentatively ready for production use
[0.1.0] - August 21st, 2020 #
- First public release; not for production use.