Chainlink Integration Tests Template
Use this template directory as a quick start to writing your own Chainlink tests using the integrations framework.
make go_mod
make test_environments
make test_contracts
The intent is to keep this repo as simple as possible so others can read it with minimal issue and can modify it as they please.
- zerolog: Efficient and pretty logging
- testify: A minimal test assertion library (we're fans of Ginkgo and Gomega if you feel like getting fancy)
- helmenv: Used to deploy and connect to test environments
- integrations framework: Used to run tests and interact with the test environments