From b12b32e92b5803f15047a6da2b73135f12b9406d Mon Sep 17 00:00:00 2001 From: Gavin Yu Date: Thu, 17 Oct 2024 10:57:42 +0800 Subject: [PATCH] docs(taiko-client): update readme how to do integration test (#18256) --- packages/taiko-client/integration_test/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/taiko-client/integration_test/README.md b/packages/taiko-client/integration_test/README.md index 056dbacf88..2e3d99cb13 100644 --- a/packages/taiko-client/integration_test/README.md +++ b/packages/taiko-client/integration_test/README.md @@ -1,4 +1,8 @@ # How to debug test cases? +- set up config +``` +export L2_NODE=l2_geth +``` - start docker compose