| Cypress config | services/cypress/cypress.config.ts |
| Workspace overview | services/cypress/README.md |
| Support bootstrap | services/cypress/support/index.ts |
| Global test runtime | services/cypress/support/e2e.ts |
| GraphQL alias registry | services/cypress/support/commands.ts |
| Login helpers | services/cypress/support/loginCommands.ts |
| Navigation helpers | services/cypress/support/navigateCommands.ts |
| Dashboard link helper | services/cypress/support/dashboardCommands.ts |
| State form workflow builders | services/cypress/support/stateSubmissionFormCommands.ts |
| Q&A helpers | services/cypress/support/questionResponseCommands.ts |
| Settings/admin DOM helpers | services/cypress/support/userSettingCommands.ts |
| Accessibility helper | services/cypress/support/accessibilityCommands.ts |
| Direct API helpers | services/cypress/support/apiCommands.ts |
| LaunchDarkly helpers | services/cypress/support/launchDarklyCommands.ts |
| GraphQL alias utils | services/cypress/utils/graphql-test-utils.ts |
| Apollo/auth test utilities | services/cypress/utils/apollo-test-utils.ts |
| Third-party API example | services/cypress/integration/thirdPartyAPIAccess/thirdPartyAPIAccess.spec.ts |
| Virus scan special-case example | services/cypress/integration/stateWorkflow/virusScan/virusScan.spec.ts |
| Feature flag design doc | docs/technical-design/launch-darkly-testing-approach.md |