diff --git a/README.md b/README.md index 119c00052..ce352d6f5 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,19 @@ source env.sh ``` If everything went well, you should see your prompt suffixed with `[Nimbus env]$`. Now you can run `nim` commands as usual. -### Waku Protocol Test Suite +### Test Suite ```bash # Run all the Waku tests make test + +# Run a specific test file +make test +# e.g. : make test tests/wakunode2/test_all.nim + +# Run a specific test name from a specific test file +make test +# e.g. : make test tests/wakunode2/test_all.nim "node setup is successful with default configuration" ``` ### Building single test files