# README

How run integration tests

Run tests locally

Copy example files and update corresponding values.

cp Makefile.env.example Makefile.env

Run tests

make integration_test

Run tests in CI

Set following environment variables:

export STORAGE_IPFS_INTEGRATION_TEST=on
export STORAGE_IPFS_ENDPOINT=http:127.0.0.1:5001

Run tests

make integration_test