fix: disable native touch panning on mobile terminal and archive specs
- Change mobile terminal CSS to use touch-action: none and overscroll-behavior: none so the custom touch handler owns swipes - Archive completed/partial OpenSpec specs to openspec/changes/archive/2026-06-14-completed-specs-archive/ - Regenerate project maps Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing (index)
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
# 2025-05-18-test-infrastructure-improvements/specs/e2e-testing (index)
|
||||
dir: 2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
|
||||
## role
|
||||
Defines specifications for end-to-end testing infrastructure using Playwright and Makefile integration.
|
||||
Defines end-to-end testing requirements using Playwright and Makefile integration for automated browser-based system validation.
|
||||
## parent
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
index: 2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: 2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.md
|
||||
index: 2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
map: 2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
# 2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
dir: 2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
index: 2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines specifications for end-to-end testing infrastructure using Playwright and Makefile integration.
|
||||
Defines end-to-end testing requirements using Playwright and Makefile integration for automated browser-based system validation.
|
||||
## files
|
||||
- spec.md | Defines requirements for end-to-end testing with Playwright and Makefile test targets for a software system. | dep: Playwright, Makefile, test database
|
||||
## arch
|
||||
Specification-driven testing architecture with browser automation (Playwright) and build system (Makefile) orchestration for test execution.
|
||||
Specification-driven testing architecture with Makefile target orchestration and Playwright-based browser automation framework.
|
||||
## tags
|
||||
end, playwright, makefile, spec, defines, requirements, testing, test
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user