automated_testing_framework_plugin_desktop 2.0.1+4 copy "automated_testing_framework_plugin_desktop: ^2.0.1+4" to clipboard
automated_testing_framework_plugin_desktop: ^2.0.1+4 copied to clipboard

discontinued
outdated

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
  // ...
}