Along with the result of the test (PASS | FAIL), print the full path to the test case if known through a TestSuite file.
Why is this needed:
With hundreds of possible tests being executed across a complex hierarchy of directories, knowing which test failed only by the name of the test case (i.e., the parent folder holding the kuttl test files) isn't often enough. For example, something like this is printed today:
do you want to the full path always or just on failure?
do you want the full path from root / or drive?
we allow for testsuites and tests to be pulled for url and/or tarball. These are exploded in a system temp folder. These could be not so friendly. Would it be best to show the url vs folder?
What would you like to be added:
Along with the result of the test (
PASS
|FAIL
), print the full path to the test case if known through a TestSuite file.Why is this needed:
With hundreds of possible tests being executed across a complex hierarchy of directories, knowing which test failed only by the name of the test case (i.e., the parent folder holding the kuttl test files) isn't often enough. For example, something like this is printed today:
In reality, each of those test cases are six directories deep, and they may not all even be in the same parent directory.
This enhancement is to print, in the final report output, the full path to the test cases as known based upon the TestSuite file.