serverpod_test 3.2.0 copy "serverpod_test: ^3.2.0" to clipboard
serverpod_test: ^3.2.0 copied to clipboard

Severpod test tools to simplify testing of endpoints.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add serverpod_test

With Flutter:

 $ flutter pub add serverpod_test

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

dependencies:
  serverpod_test: ^3.2.0

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:serverpod_test/serverpod_test.dart';
2
likes
150
points
12.8k
downloads

Publisher

verified publisherserverpod.dev

Weekly Downloads

Severpod test tools to simplify testing of endpoints.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta, serverpod, serverpod_lints, synchronized, test

More

Packages that depend on serverpod_test