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
We have a quite huge testsuite, which generates several tests from given metadata.
The testfiles are marked with a "not ran" or "skipped" symbol (I guess, see screenshot) while the parent folder is marked as failed.
The testfiles do not contain much more than a use and a copule of module attributes, from which a test matrix is built and then the describe and test implementations are generated via macro magic.
Perhaps a mix test --trace can be used to get a more accurate list of tests or at least the parent is not marked as failed?