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

Supply a TestLogger #36

@abilson

Description

@abilson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions