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
with the intention of grouping some tests within subdirectories in the repository, the test technically runs successfully, but "grouping1" becomes the application name in the status files (and in InfluxDB), instead of unit_tests.
Directories are all set up correctly, but I assume that there's some sort of relative path checking to derive the application and test name, where it should just be set by what is provided in the input file.
Current Result:
app=grouping1 test=test_1
Expected:
app=unit_tests test=grouping1/test_1
The text was updated successfully, but these errors were encountered:
If you run a test like:
with the intention of grouping some tests within subdirectories in the repository, the test technically runs successfully, but "grouping1" becomes the application name in the status files (and in InfluxDB), instead of unit_tests.
Directories are all set up correctly, but I assume that there's some sort of relative path checking to derive the application and test name, where it should just be set by what is provided in the input file.
Current Result:
app=grouping1 test=test_1
Expected:
app=unit_tests test=grouping1/test_1
The text was updated successfully, but these errors were encountered: