Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 408 Bytes

E2E testing

E2E testing framework for Indexer/protocol.

Instructions

Spin up a containerized environment running both the network and Indexer services:

In one terminal, run

./run-containerized-env.sh

In another terminal, run

pnpm build && pnpm test

Quickest way to reset the network/clear all Indexer data sources without rebuilding from scratch

./reset-network.sh