docs-v2/cypress/support
Jason Stirnaman a576480246
test(e2e): add --no-mapping flag to e2e test runner (#6532)
Allow running functionality tests without requiring content file paths.
The --no-mapping flag skips content-to-URL mapping, making it easier
to run tests that don't depend on specific content files.

Usage:
  # With content mapping (for content-specific tests)
  node run-e2e-specs.js content/influxdb3/core/_index.md

  # Without content mapping (for functionality tests)
  node run-e2e-specs.js --spec cypress/e2e/page-context.cy.js --no-mapping

Benefits:
- Simplifies running functionality tests like page-context.cy.js
- Reduces test startup time by skipping unnecessary file mapping
- Makes test commands clearer about their purpose

The page-context test was updated to work correctly with this flag.
2025-11-13 13:37:01 -06:00
..
commands.js feat(influxdb): Version detector shortcode triggers a modal 2025-09-30 19:01:21 -05:00
e2e.js End-to-end testing, CI script, and JavaScript QoL improvements: 2025-05-19 09:50:33 -05:00
hugo-server.js ci: rearchitect caching to work at the URL-level and support content/shared shared content files. Fix the cache reporting.Link Validation Cache Performance: 2025-07-29 10:48:05 -05:00
influxdb-version-detector-commands.js feat(influxdb): Version detector shortcode triggers a modal 2025-09-30 19:01:21 -05:00
map-files-to-urls.js fix: apply code review suggestions: High Priority Issues (Fixed): 2025-07-28 16:24:24 -05:00
run-e2e-specs.js test(e2e): add --no-mapping flag to e2e test runner (#6532) 2025-11-13 13:37:01 -06:00