automated_testing_framework_plugin_flow_control 1.0.10+2 automated_testing_framework_plugin_flow_control: ^1.0.10+2 copied to clipboard
Library to use provide flow control test steps to the Automated Testing Framework.
[1.0.10+2] - January 17th, 2021 #
- Dependency updates
[1.0.10+1] - December 21st, 2020 #
- Fix to add
caseSensitive
to toJson inassert_variable_value
.
[1.0.10] - December 21st, 2020 #
- Added
caseSensitive
option toassert_variable_value
.
[1.0.9] - October 20th, 2020 #
- Added
conditional_widget_exists
step.
[1.0.8] - October 10th, 2020 #
- Added
execute_variable_function
step.
[1.0.7+1] - October 10th, 2020 #
- Fix to allow for non-string values in
assert_variable_value
.
[1.0.7] - October 9th, 2020 #
- Added
for_each_testable
step.
[1.0.6+2] - October 8th, 2020 #
- Dependency updates + fix on the
iterate
test.
[1.0.6+1] - October 8th, 2020 #
- Added live web example to README.
[1.0.6] - October 8th, 2020 #
- Added
iterate
andrepeat_until
steps + examples.
[1.0.5+1] - October 3rd, 2020 #
- Fixed deprecated warning introduced with Flutter 1.22.
[1.0.5] - September 29th, 2020 #
- Added
include_test
step support.
[1.0.4+1] - October 1st, 2020 #
- Changed "Variable Key" to the more correct "Variable Name".
[1.0.4] - September 27th, 2020 #
- Fixed a bug in
expect_failure
. - Added
increment_value
step. - Added
retry_on_failure
step.
[1.0.3] - September 23rd, 2020 #
- Added
multi_step
step support.
[1.0.2] - September 22nd, 2020 #
- Fixed bug with
assert_variable_value
and the form - Updated
conditional
to call the newTestController.executeStep
to ensure the correct sub-step is logged and tracked - Updating to latest framework
- Added
expect_failure
step to support negative tests - Added
fail
step to support failing with specific messages
[1.0.1] - September 21st, 2020 #
- Updating to latest framework
[1.0.0+1] - September 15th, 2020 #
- Switching to GH Action for publishing
[1.0.0] - September 15th, 2020 #
- Initial release