Add MD3 framework tests and utility functions for component accessibility and interaction

- Implemented tests for various MD3 components including buttons, text fields, dialogs, navigation, menus, progress indicators, and responsive design.
- Created utility functions to interact with MD3 components, check their states, and validate accessibility attributes.
- Added support for keyboard navigation testing and touch target size validation.
- Introduced schema-based component definitions to streamline test implementations.
This commit is contained in:
2026-01-20 14:15:35 +00:00
parent dd33d9823d
commit d3340a848c
434 changed files with 35454 additions and 4624 deletions

View File

@@ -6,7 +6,7 @@ import globals from 'globals'
export default [
{
ignores: ['node_modules', '.next', 'dist', 'coverage'],
ignores: ['node_modules', '.next', 'dist', 'coverage', 'src/styles/m3-scss/**'],
},
js.configs.recommended,
...tseslint.configs.recommended,