microsoft / PowerApps-TestEngine

MIT License
93 stars 28 forks source link

Bug Fix: Missing log-directory #273

Closed landonmsft closed 12 months ago

landonmsft commented 1 year ago

Description

There are some instances where an exception is being encountered before the logging directory is properly created. This then creates a new exception, 'Invalid log file path'. This creates two issues:

  1. The true error is now obscured by this 'Invalid log file path' error, making it difficult to debug the actual issue.
  2. A stack trace is bubbled up to the user without being handled and displayed properly

Checklist

github-actions[bot] commented 12 months ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 91% 88% 917
Summary 91% (2432 / 2661) 88% (554 / 630) 917

Minimum allowed line rate is 85%