Skip to content

Latest commit

 

History

History
 
 

integration_test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

integration_test_tizen

The Tizen implementation of integration_test.

Usage

This package is not an endorsed implementation of integration_test. Therefore, you have to include integration_test_tizen alongside integration_test as dependencies in your pubspec.yaml file.

dev_dependencies:
  integration_test:
    sdk: flutter
  integration_test_tizen: ^2.0.0

Then you can import integration_test in your Dart code:

import 'package:integration_test/integration_test.dart';

For detailed usage, see https://github.com/flutter/flutter/tree/master/packages/integration_test#usage.