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
Currently, CI only logs line no. for the failed test and doesn't provide information about the exact failed assertion.
Line no. only points to testName and not the failing assertion itself.
Kotlin officially supports power-assert, which gives us the flexibility to track/debug logged errors properly.
As a part of this issue, we need to integrate and power-assert with proper build config. so that it's easy to debug/fix flaky failing tests on the CI.
Kotlin officially supports power-assert, which gives us the flexibility to track/debug logged errors properly.
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: