{% macro render_suite(suite, index, first) %}
📝 Docs: | {{ suite.doc }} |
⚙️ Metadata: | {{ suite.metadata }} |
📊 Number of Tests: | {{ suite.total_tests }} |
📝 Docs: | {{ suite.doc }} |
🔗 Source: | {{ suite.source }} |
📊 Number of Tests: | {{ suite.num_tests }} |
📝 Docs: | {{ test.doc }} |
🔗 Source: | {{ test.source }} |
🏷 Tags: | {% if test.tags %} {{ test.tags | join(', ') }} {% endif %} |
🔑 Keywords: |
{% if test.keywords %}
- {{ test.keywords | join(' - ') }} {% endif %} |
No Details Available! |
Generated at: {{ generated_at }}
robotframework-testdoc 2.0 by Marvin Klerx