.. only:: FLASH .. role:: xunit2rst-skip :class: xunit2rst skip .. role:: xunit2rst-fail :class: xunit2rst fail .. role:: xunit2rst-pass :class: xunit2rst pass .. _integration_test_report_itest: ================================= Integration Test Report for itest ================================= The log file that contains details about the executed test cases can be found `here <../log.html>`_. .. contents:: `Contents` :depth: 2 :local: Test Reports ============ .. item:: REPORT_ITEST-FIRST_TEST Test report for ITEST-FIRST_TEST :fails: ITEST-FIRST_TEST :ext_robotframeworklog: ../log.html:s1-t1 Test result: :xunit2rst-fail:`Fail` :: AssertionError: Directory '/'nonexistent_'' does not exist. .. note:: This note is defined in ``doc/source/extra_content.yml`` and linked to ``doc/source/robot/example.robot`` in the ``Metadata`` section as shown in the snippet below: .. code-block:: Metadata Report Info File ../extra_content.yml .. item:: REPORT_ITEST-AN_UNLINKED_TEST Test report for ITEST-AN_UNLINKED_TEST :passes: ITEST-AN_UNLINKED_TEST :ext_robotframeworklog: ../log.html:s1-t2 Test result: :xunit2rst-pass:`Pass` .. item:: REPORT_ITEST-ANOTHER_TEST Test report for ITEST-ANOTHER_TEST :passes: ITEST-ANOTHER_TEST :ext_robotframeworklog: ../log.html:s1-t3 Test result: :xunit2rst-pass:`Pass` Extra content defined in `this YAML file`_, thanks to the feature :ref:`content`. .. _this YAML file: https://github.com/melexis/xunit2rst/blob/master/doc/source/extra_content.yml .. item:: REPORT_ITEST-A_SKIPPED_TEST Test report for ITEST-A_SKIPPED_TEST :skipped: ITEST-A_SKIPPED_TEST :ext_robotframeworklog: ../log.html:s1-t4 Test result: :xunit2rst-skip:`Skip` :: SkipExecution: This test case is always skipped. .. item:: REPORT_ITEST-COMP1-TESTING_SPECIAL_CHARACTERS_AND_PREFIX Test report for ITEST-COMP1-TESTING_SPECIAL_CHARACTERS_AND_PREFIX :passes: ITEST-COMP1-TESTING_SPECIAL_CHARACTERS_AND_PREFIX :ext_robotframeworklog: ../log.html:s1-t5 Test result: :xunit2rst-pass:`Pass` A oneliner as extra content. Traceability Matrix =================== The below table traces the test report to test cases. .. item-matrix:: Linking these integration test reports to integration test cases :source: REPORT_ITEST- :target: ITEST- :sourcetitle: Integration test report :targettitle: Integration test specification :type: fails passes skipped :stats: :group: top :nocaptions: