jpl_automated_testing_framework_plugin_desktop 2.0.1+15 copy "jpl_automated_testing_framework_plugin_desktop: ^2.0.1+15" to clipboard
jpl_automated_testing_framework_plugin_desktop: ^2.0.1+15 copied to clipboard

Library to use provide desktop related functions.

🛡️ Fork — Jeff Peiffer Legacy (jpl_) #

Este paquete (jpl_automated_testing_framework_plugin_desktop) es un fork de automated_testing_framework_plugin_desktop, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la org peiffer-innovations.

El prefijo jpl_ significa Jeff Peiffer Legacy: mantenemos vivo el legado de estos paquetes, bumpeados a las últimas versiones de Dart/Flutter, en el monorepo jpl.

Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.

ARCHIVED: This is no longer maintained to focus on other packages.

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