# README
OpenTelemetry Acceptance Tests (OATs)
Goals
- Flexibility to support qualification of changes to the OpenTelemetry Collector, and Tempo
- Ability to support OpenTelemetry SDK functionality such as sampling
- Highlight the use of Ginkgo, and Gomega
- Have a cute name
Getting Started
- Install Go
- Install Docker (Podman also works provided it is listening on the expected Docker Unix socket)
- Clone the repository
- Ensure that
${GOBIN}
is on your${PATH}
- From within the repository directory, install Ginkgo
go install github.com/onsi/ginkgo/v2/ginkgo
- Run the specs
ginkgo -r (or ginkgo ./...)
- Browse the example
Writing Specs
# 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