github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/docs/quickstart/writing-your-first-test.md (about)

     1  ---
     2  layout: default
     3  title: Writing Your First Test
     4  nav_order: 2
     5  parent: Quick Start
     6  ---
     7  
     8  # Writing Your First Test
     9  
    10  Tests are written entirely in [Go](https://go.dev/). If you're familiar with Go and want your own setup, feel free to do so and use the code below as examples. Otherwise, you can utilize our [template repository](https://github.com/smartcontractkit/chainlink-integration-tests-template) which contains tons of examples in a ready-to-go codebase.