paritytech / zombienet-sdk

ZombieNet SDK
https://paritytech.github.io/zombienet-sdk/zombienet_sdk/
GNU General Public License v3.0
28 stars 8 forks source link

[feat] Expose a way to get `logs` from the nodes (grep/lineCount) #195

Closed pepoviola closed 3 months ago

pepoviola commented 4 months ago

Something similar to (v1) for using as assertion helpers

  LogMatch,
  CountLogMatch
pepoviola commented 3 months ago

We will expose getLogs/ dumpLogs and the matching logic will live in the helpers.

pepoviola commented 3 months ago

Closing here, impl in https://github.com/paritytech/zombienet-sdk/pull/201