During test events, we were asked to upload files in a specific naming format (e.g. TC-<test>-<dut_id>_log), where as the log download follows a different naming convention.
We should find a way to auto-select proper naming and downloads. A proposal would be:
if a single test case is selected, the auto-generated name should not be Test_Run... but rather TC_<case> so that I can easily filter it out through the UI
downloading logs should auto-download using the right name (eventually UI can ask me for a dut_id)
Use Cases
Less error prone uploads of test logs. I have seen several Wrong log upload reviews during the test event.
@andy31415 right now the file naming pattern is "UI_TestRun.log". We can't name the files according to the TC name since a log file covers an entire run and may contain several different TCs.
Feature description
During test events, we were asked to upload files in a specific naming format (e.g.
TC-<test>-<dut_id>_log
), where as the log download follows a different naming convention.We should find a way to auto-select proper naming and downloads. A proposal would be:
Test_Run...
but ratherTC_<case>
so that I can easily filter it out through the UIUse Cases
Less error prone uploads of test logs. I have seen several
Wrong log upload
reviews during the test event.Test Cases
No response
Additional Information
No response