Build the node with chronik,:
mkdir buildChronik
pushd buildChronik
cmake -GNinja .. set BUILD_DIR and run the test.-DBUILD_BITCOIN_CHRONIK=On
Run the setup script standalone:
./test/functional/test_runner.py setup_scripts/chronik-client_blockchain_info
Type the following sequence in the terminal to see the setup steps:
next
next
next
next
stop
Then run the integration tests:
popd
pushd modules/chronik-client
npm ci
BUILD_DIR="${PWD}/../../buildChronik" npm run integration-tests
popd