github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/docs/quickstart/running-our-tests.md (about) 1 --- 2 layout: default 3 title: Running our Tests 4 nav_order: 3 5 parent: Quick Start 6 --- 7 8 # Running our Tests 9 10 We have some tests written that we keep up to date in the [main Chainlink repo](https://github.com/smartcontractkit/chainlink). In order to run them for yourself, follow the steps below. 11 12 1. Clone the latest develop branch of the [Chainlink repo](https://github.com/smartcontractkit/chainlink) 13 2. See the tests and running instructions in the [integration-tests folder](https://github.com/smartcontractkit/chainlink/tree/develop/integration-tests)