automated_testing_framework_plugin_desktop 2.0.0+21
automated_testing_framework_plugin_desktop: ^2.0.0+21 copied to clipboard
Library to use provide desktop related functions.
Table of Contents
automated_testing_framework_plugin_desktop #
Table of Contents #
Introduction #
A series of test steps that are related to test a desktop native application.
Quick Start #
import 'package:automated_testing_framework_plugin_desktop/automated_testing_framework_plugin_desktop.dart';
void main() {
TestDesktopHelper.registerTestSteps();
// rest of app initialization
// ...
}