# Packages
Package dockertest provides integration tests for a few common configuration of docker engine and common plugins.
Package nativetest provides integration tests for a few common configuration of native and common plugins.
Package scripttest provides integration tests for a few common configuration of script and common plugins.
# Functions
NewTestTask generates a task definition for the given test name.
RunTestWorker will start up the taskcluster-worker, claim one task, and then return.
SubmitTask will submit a real task to the production queue, if at least environment variables TASKCLUSTER_CLIENT_ID and TASKCLUSTER_ACCESS_TOKEN have been set in the current process (TASKCLUSTER_CERTIFICATE is also respected, but not required).
# Structs
TaskPayload is generated from running `taskcluster-worker schema payload [options] <config.yml>` and then passing the results through github.com/taskcluster/jsonschema2go.