citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 28 forks source link

Add watch pod log steps #429

Closed christophd closed 2 years ago

christophd commented 2 years ago

Add steps to print pod logs for a given amount of time. Good for debugging reasons.

Also print pod logs while waiting for a specific message in the logs via VerifyPodAction

christophd commented 2 years ago

Fixed with #430