Commit a06af8f7 authored by Eliott Paillard's avatar Eliott Paillard
Browse files

add documentations

parent 278269d7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@
 		<gitb:name>${dynamicTestName}</gitb:name>
		<gitb:version>1.0</gitb:version>
		<gitb:description>${dynamicDescription}</gitb:description>
        <gitb:documentation><![CDATA[
            <p>This test case comes from the <a href="https://forge.etsi.org/rep/cim/ngsi-ld-test-suite"><b>NGSI-LD Robot Framework</b></a> repository </p>
        ]]></gitb:documentation>
	</metadata>
    <imports>
        <artifact name="freemarkerTemplateFile">resources/test-request.json</artifact>
+3 −1
Original line number Diff line number Diff line
@@ -2,8 +2,10 @@
<testsuite id="${dynamicSuiteName}" xmlns="http://www.gitb.com/tdl/v1/" xmlns:gitb="http://www.gitb.com/core/v1/">
	<metadata>
		<gitb:name>${dynamicSuiteName}</gitb:name>
		<gitb:description>This test suite packages all the tests in the ${dynamicSuiteName} folder of the NGSI-LD Robot Framework repository : https://forge.etsi.org/rep/cim/ngsi-ld-test-suite</gitb:description>
		<gitb:version>1.0</gitb:version>
        <gitb:documentation><![CDATA[
            <p>This test suite packages all the tests in the ${dynamicSuiteName} folder of the <a href="https://forge.etsi.org/rep/cim/ngsi-ld-test-suite"><b>NGSI-LD Robot Framework</b></a> repository </p>
        ]]></gitb:documentation>
	</metadata>
	<actors>
		<gitb:actor id="ContextConsumer">