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