You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
We should revisit what reporting formats we have available.
Our current TextReporter and TextReporterQuiet don't have much configuration, since they existed prior to the introduction of the TestEZ CLI. We should be able to introduce a new configuration interface utilizing the CLI and a new top-level API (#66) for configuring reporting.
I think we should have at least these report formats:
Text, with configurable verbosity
JSON, for use with custom CI systems
TeamCity. We might be able to drop this format as we switch to GitHub Actions.
A standard format, like TAP?
The text was updated successfully, but these errors were encountered:
We should revisit what reporting formats we have available.
Our current
TextReporter
andTextReporterQuiet
don't have much configuration, since they existed prior to the introduction of the TestEZ CLI. We should be able to introduce a new configuration interface utilizing the CLI and a new top-level API (#66) for configuring reporting.I think we should have at least these report formats:
The text was updated successfully, but these errors were encountered: