testcontainers_compose 1.0.13 copy "testcontainers_compose: ^1.0.13" to clipboard
testcontainers_compose: ^1.0.13 copied to clipboard

Docker Compose support for the testcontainers Dart library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add testcontainers_compose

With Flutter:

 $ flutter pub add testcontainers_compose

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

dependencies:
  testcontainers_compose: ^1.0.13

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

Import it

Now in your Dart code, you can use:

import 'package:testcontainers_compose/testcontainers_compose.dart';
0
likes
155
points
34
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Docker Compose support for the testcontainers Dart library

Repository (GitHub)
View/report issues

Topics

#testing #docker #compose #test-automation

Funding

Consider supporting this project:

github.com

License

Apache-2.0 (license)

Dependencies

http, meta, testcontainers_core

More

Packages that depend on testcontainers_compose