caraya
caraya copied to clipboard
Filter "Proxy Caller" call chain from report when using Test Runner
The Test Runner classes that run tests from a folder or a project reference are launched by the ACBR (Asynchronous Call By Reference) method through the creation of a virtual Test Suite. The result in the report is an extra branch that reports on the result of this virtual Test folder. This is redundant information not useful. It will always pass if all tests pass, and it will always fail if any of the tests fail.
The proposal is to filter out the branch under "*.ProxyCaller".
Note for future:
- This "branch" was added to get a registry of the skipped tests, such as those that are out-of-scope. Keep that in consideration while addressing this issue.