testcontainers_core 1.0.14 copy "testcontainers_core: ^1.0.14" to clipboard
testcontainers_core: ^1.0.14 copied to clipboard

Dart library for throwaway instances of anything that can run in a Docker container

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add testcontainers_core

With Flutter:

 $ flutter pub add testcontainers_core

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

dependencies:
  testcontainers_core: ^1.0.14

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_core/testcontainers_core.dart';
0
likes
155
points
40
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Dart library for throwaway instances of anything that can run in a Docker container

Repository (GitHub)
View/report issues

Topics

#testing #docker #containers #test-automation

Funding

Consider supporting this project:

github.com

License

Apache-2.0 (license)

Dependencies

archive, http, meta, path, uuid

More

Packages that depend on testcontainers_core