automated_testing_framework_plugin_flow_control 1.0.2+1 automated_testing_framework_plugin_flow_control: ^1.0.2+1 copied to clipboard
Library to use provide flow control test steps to the Automated Testing Framework.
automated_testing_framework_plugin_flow_control #
Table of Contents #
Introduction #
A series of test steps that are related test flow control and test variables. The core framework is designed to be easily used by non-developers for building and running tests. Flow control and variables tend to be more advanced options which is why this is an optional add on to the framework.
Quick Start #
import 'package:automated_testing_framework_plugin_flow_control/automated_testing_framework_plugin_flow_control.dart';
void main() {
TestFlowControlHelper.registerTestSteps();
// rest of app initialization
// ...
}