Test Pages Directory

This directory contains organized test and demo pages for the ASI Saga Theme.

Directory Structure

/responsive/

Responsive design and layout tests across different viewport sizes.

/mobile/

Mobile-specific testing pages for touch interactions and viewport behavior.

/motion/

Motion library and animation testing pages.

/overflow/

Overflow and containment behavior tests.

Navigation component and behavior tests.

/layouts/

Jekyll layout integration and migration tests.

/ontology/

Ontology system demonstrations and examples.

/components/

Component library demonstrations.

/misc/

Miscellaneous test pages and legacy tests.

/e2e/

End-to-end structural regression tests using Playwright.

Root-Level Demos (Keep in Root)

These are primary showcase pages that should remain in the repository root:

Usage in Agent Intelligence System

Test page locations are referenced in:

Testing Workflow

  1. Create new test pages in appropriate subdirectory
  2. Use Jekyll layouts from _layouts/ (theme responsibility)
  3. Reference SCSS from theme via layouts (no direct SCSS in pages)
  4. Follow semantic HTML patterns from .github/instructions/html.instructions.md