Skip to content

Commit be9bfa5

Browse files
committed
docs
1 parent c3d4a1e commit be9bfa5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

book/src/framework/getting_started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

59
To 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

1014
Then 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
```
1316
go get github.com/smartcontractkit/chainlink-testing-framework/framework/cmd && \
1417
go install github.com/smartcontractkit/chainlink-testing-framework/framework/cmd && \

framework/.changeset/v0.1.6.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Add Prometheus with docker metrics discovery
2+
- Add "interactive" mode for non-Golang developers or non-technical users

0 commit comments

Comments
 (0)