Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Supply a TestLogger #36

Open
abilson opened this issue Mar 6, 2019 · 0 comments
Open

Supply a TestLogger #36

abilson opened this issue Mar 6, 2019 · 0 comments

Comments

@abilson
Copy link
Contributor

abilson commented Mar 6, 2019

Integration tests typically stub out the IAPILog interface, which means that app logs are not captured during integration testing. These logs could be vital for two reasons:

  1. Helps to diagnose test failures, esp. when in a CI/CD pipeline.
  1. Makes integration test logging possible. That is, we could add helpful logs in Test Helpers to further explain what's happening in the final results

My first thought is to send these logs to console, which may work well if the integration tests are executed via the command line. A flat .log file may be a suitable alternative.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant