Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Template repository for writing Chainlink integration tests

License

Notifications You must be signed in to change notification settings

smartcontractkit/chainlink-integration-tests-template

Repository files navigation

Chainlink Integration Tests Template

Go Version License: MIT

Use this template directory as a quick start to writing your own Chainlink tests using the integrations framework.

Make Commands

make go_mod

make test_environments

make test_contracts

Crucial Libraries

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

About

Template repository for writing Chainlink integration tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published