NbSAPI Conformance Report

Summary

Total tests: {{ data.summary.total }}

Passed: {{ data.summary.passed }}

Failed: {{ data.summary.failed }}

Skipped: {{ data.summary.skipped }}

Duration: {{ data.summary.duration }}s

Timestamp: {{ data.summary.timestamp }}

{% if data.is_conformant %}

✅ Conformant

Congratulations, your NbSAPI implementation is conformant!

{% else %}

❌ Non-Conformant

Your NbSAPI implementation has some test failures. Please fix them to be conformant!

{% endif %} {% if data.tests.failed %}

Failed Tests

{% endif %} {% if data.tests.passed %}

Passed Tests

{% endif %} {% if data.tests.skipped %}

Skipped Tests

{% endif %} {% if data.delete_note %}

â„šī¸ {{ data.delete_note.title }}

{{ data.delete_note.message }}

If you need to test DELETE operations, please:

{% endif %}