WASP - Getting Started

Prerequisites

Setup

To start writing tests, create a directory for your project with a go.mod file, then add the WASP package:

go get github.com/smartcontractkit/chainlink-testing-framework/wasp

warning

To execute any of the tests from the next chapters, you need access to Loki and Grafana.
You can find instructions on setting them up locally here.

That was simple, wasn't it? Time to write your first test.