mogen_integration_tests 1.0.4 copy "mogen_integration_tests: ^1.0.4" to clipboard
mogen_integration_tests: ^1.0.4 copied to clipboard

Scans datasource GET endpoints and auto-generates integration test scaffolding.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mogen_integration_tests

Use it

The package has the following executables:

$ mogen_integration_tests

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mogen_integration_tests

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mogen_integration_tests: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mogen_integration_tests/mogen_integration_tests.dart';
1
likes
0
points
245
downloads

Publisher

unverified uploader

Weekly Downloads

Scans datasource GET endpoints and auto-generates integration test scaffolding.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, args, dart_style, dio, glob, path, yaml

More

Packages that depend on mogen_integration_tests