Debug Log is not available for Unit Tests

Issue #195 resolved
Ilya Leshchuk created an issue

When running unit tests there is no way to review debug logs, neither they are listed somewhere in Unit Tests tab, nor under Debug Logs tab. Please make them available somewhere, Unit Tests tab will be the best option IMHO.

Comments (5)

  1. Scott Wells repo owner

    Ilya, when you create/edit your Apex Unit Test run config, make sure that you check Enable Logging and set the log levels as you'd like. Then you'll get debug logs for each test suite and method as tests complete. Please let me know if this isn't working for you for some reason. Otherwise I'll go ahead and resolve this issue was working properly.

  2. Log in to comment