Skip to content

Log test case exceptions instead of just throwing #64

@PandaMagnus

Description

@PandaMagnus

Currently we log that a test failed, but don't log the exception. This is problematic if you're running the tests in an environment where the exception isn't captured and logged (E.G. AzureDevops will automatically log exceptions to a build or release log.) Might be worth it to log the exception before throwing.

Logging to-do's:

  • Log test case exceptions instead of just throwing
  • Make sure logging from ExecuteTestCase is at a uniform level (prefer Debug as much as possible)
  • Update logging around serializing JSON

Metadata

Metadata

Assignees

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