Categorygithub.com/clearblade/cbtest
repositorypackage
0.0.0-20201217002041-b93a6bd61194
Repository: https://github.com/clearblade/cbtest.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Disclaimer: cbtest is currently a pet project by danielrs.

cbtest

PkgGoDev Go Report Card Test status GitHub last commit GitHub license

cbtest is Go library that makes it easy to write automated tests against your ClearBlade systems. It provides the following features:

  • Integrates with the Go testing package and similar libraries.

  • Importing systems (with multiple system merge).

  • Destroying systems.

  • Using existing systems.

  • Uses the ClearBlade Go SDK.

Examples

They are located under the examples folder. You can run any of them like follows:

go test -v ./examples/[EXAMPLE FOLDER]

Wiki

Please refer to our wiki for more details regarding cbtest.

Contributing

To contribute, please follow the guidelines.

References