Disclaimer: cbtest
is currently a pet project by danielrs.
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.
They are located under the examples folder. You can run any of them like follows:
go test -v ./examples/[EXAMPLE FOLDER]
Please refer to our wiki for more details regarding cbtest
.
To contribute, please follow the guidelines.
cbtest
was inpired by Terratest.cbtest
uses many ideas from Advanced Testing in Go.