Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.53 KB

TESTS.md

File metadata and controls

20 lines (14 loc) · 1.53 KB

Test Specification

This document outlines the test specification for the Blitz plugin.


Feature Tests

Tests hints functionality.

Pass Hint is recorded for a matrix element query that is lazy-loaded.
Pass Hint is not recorded for a matrix element query that is lazy eager-loaded.
Pass Hint is recorded for a related entry query that is lazy-loaded.
Pass Hint is not recorded for a related entry query that is lazy eager-loaded.
Pass Hint is recorded for a related category query that is lazy-loaded.
Pass Hint is not recorded for a related category query that is lazy eager-loaded.
Pass Hint is not recorded for element queries with reference tags.
Pass Hint is not recorded for parsed reference tags.