{% 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 and test.tags is string %} {{ test.tags }} {% else %} {{ test.tags | join(', ') }} {% endif %} |
🔑 Keywords: |
{% if test.keywords %}
- {{ test.keywords | join('\n- ') }}{% endif %} |
No Details Available! |
Generated at: {{ generated_at }}
robotframework-testdoc 2.0 by Marvin Klerx