File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Getting started
22
3+ ## Prerequisites
4+ - ` Docker ` ([ OrbStack] ( https://orbstack.dev/ ) or [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ ) )
5+ - [ Golang] ( https://go.dev/doc/install )
6+
37## Test setup
48
59To start writing tests create a directory for your project with ` go.mod ` and pull the framework
@@ -8,7 +12,6 @@ go get github.com/smartcontractkit/chainlink-testing-framework/framework
812```
913
1014Then download the CLI (runs from directory where you have ` go.mod ` )
11- Make sure you have your GOPATH set: ` export GOPATH=$HOME/go && export PATH=$PATH:$GOPATH/bin `
1215```
1316go get github.com/smartcontractkit/chainlink-testing-framework/framework/cmd && \
1417go install github.com/smartcontractkit/chainlink-testing-framework/framework/cmd && \
Original file line number Diff line number Diff line change 1+ - Add Prometheus with docker metrics discovery
2+ - Add "interactive" mode for non-Golang developers or non-technical users
You can’t perform that action at this time.
0 commit comments