automated_testing_framework_plugin_flow_control 4.0.2+14 automated_testing_framework_plugin_flow_control: ^4.0.2+14 copied to clipboard
Library to use provide flow control test steps to the Automated Testing Framework.
[4.0.2+14] - May 2, 2023 #
- Automated dependency updates
[4.0.2+13] - April 25, 2023 #
- Automated dependency updates
[4.0.2+12] - April 18, 2023 #
- Automated dependency updates
[4.0.2+11] - April 11, 2023 #
- Automated dependency updates
[4.0.2+10] - April 4, 2023 #
- Automated dependency updates
[4.0.2+9] - March 28, 2023 #
- Automated dependency updates
[4.0.2+8] - March 21, 2023 #
- Automated dependency updates
[4.0.2+7] - March 14, 2023 #
- Automated dependency updates
[4.0.2+6] - March 7, 2023 #
- Automated dependency updates
[4.0.2+5] - February 28, 2023 #
- Automated dependency updates
[4.0.2+4] - February 21, 2023 #
- Automated dependency updates
[4.0.2+3] - February 14, 2023 #
- Automated dependency updates
[4.0.2+2] - February 7, 2023 #
- Automated dependency updates
[4.0.2+1] - January 31, 2023 #
- Automated dependency updates
[4.0.2] - January 24th, 2023 #
- Flutter 3.7
[4.0.1+27] - January 24, 2023 #
- Automated dependency updates
[4.0.1+26] - January 17, 2023 #
- Automated dependency updates
[4.0.1+25] - January 10, 2023 #
- Automated dependency updates
[4.0.1+24] - January 3, 2023 #
- Automated dependency updates
[4.0.1+23] - December 27, 2022 #
- Automated dependency updates
[4.0.1+22] - December 21, 2022 #
- Automated dependency updates
[4.0.1+21] - December 13, 2022 #
- Automated dependency updates
[4.0.1+20] - November 22, 2022 #
- Automated dependency updates
[4.0.1+19] - November 15, 2022 #
- Automated dependency updates
[4.0.1+18] - November 8, 2022 #
- Automated dependency updates
[4.0.1+17] - November 1, 2022 #
- Automated dependency updates
[4.0.1+16] - October 25, 2022 #
- Automated dependency updates
[4.0.1+15] - October 18, 2022 #
- Automated dependency updates
[4.0.1+14] - September 27, 2022 #
- Automated dependency updates
[4.0.1+13] - September 20, 2022 #
- Automated dependency updates
[4.0.1+12] - September 13, 2022 #
- Automated dependency updates
[4.0.1+11] - September 6, 2022 #
- Automated dependency updates
[4.0.1+10] - August 30, 2022 #
- Automated dependency updates
[4.0.1+9] - August 16, 2022 #
- Automated dependency updates
[4.0.1+8] - August 9, 2022 #
- Automated dependency updates
[4.0.1+7] - August 2, 2022 #
- Automated dependency updates
[4.0.1+6] - July 26, 2022 #
- Automated dependency updates
[4.0.1+5] - July 19, 2022 #
- Automated dependency updates
[4.0.1+4] - July 12, 2022 #
- Automated dependency updates
[4.0.1+3] - June 21, 2022 #
- Automated dependency updates
[4.0.1+2] - May, 31, 2022 #
- Automated dependency updates
[4.0.1+1] - May, 30, 2022 #
- Automated dependency updates
[4.0.1] - May 20th, 2022 #
- Bump typeahead to 4.0.0
[4.0.0] - May 14th, 2022 #
- Flutter 3.0
[3.1.1+3] - April 16th, 2022 #
- Dependency updates
[3.1.1+2] - February 16th, 2022 #
- Dependency updates
[3.1.1+1] - February 6th, 2022 #
- Dependency updates
[3.1.1] - January 9th, 2022 #
- Dependency updates
[3.1.0+2] - September 19th, 2021 #
- Dependency updates
[3.1.0+1] - June 22nd, 2021 #
- Updated with the latest framework and removed deprecated references.
[3.1.0] - May 21st, 2021 #
- Null Safety Fixes
[3.0.1] - April 19th, 2021 #
- Added BDD values
[3.0.0+1] - April 19th, 2021 #
- Removed deprecated references to the SnackBar
[3.0.0] - March 8th, 2021 #
- Null Safety
[2.0.0] - February 21st, 2021 #
- Updating to latest 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