Open HolQue opened 1 year ago
Hi Ngoan, what is the status of this task? Thank you, Thomas
Hi Thomas,
This ticket is related to the project/variant and other metadata information for the whole tool chain topic. For individual this import tool, the pull request https://github.com/test-fullautomation/robotframework-robotlog2db/pull/44 for updated document gives more information about them.
I suggest to close this ticket and track the metadata definition for whole tool chain in ticket https://github.com/test-fullautomation/robotframework-robotlog2db/issues/34.
Thank you, Ngoan
TestResultWebApp.pdf
lists in section "Data Visualization" the following selection criteria:branch, variant, sw Version, component
RobotLog2DB.pdf
lists in section "Robot Framework Testcase Settings" the following parameter:project, version_sw, version_hw, version_test, machine, tester, testtool
Finally the RobotFramework_TestsuitesManagement initializes the following parameter:
(1) This partially does not fit together and should be aligned.
(2) In my opinion it makes no sense to let the RobotFramework_TestsuitesManagement initialize web application related parameters. For several reasons:
We have to clarify:
Just an idea: Maybe the RobotFramework_TestsuitesManagement can provide a separate keyword, something like
initialize_reporting
. And only the execution of this keyword during a test introduces a bunch of additional reporting parameters. But then it has to be explained already in the documentation of the RobotFramework_TestsuitesManagement, that this requires additional components (db app, web app) to be installed and belongs to a separate functionality.