> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/better-coverage.md).

# Better Coverage

- [Reuse steps with Step Groups](https://docs.does.qa/better-coverage/reuse-steps-with-step-groups.md): Create reusable Step Groups so shared journeys stay in sync across Flows.
- [Choose durable selectors](https://docs.does.qa/better-coverage/choose-durable-selectors.md): Choose Element Selectors that stay stable as the page design changes.
- [Share data with Values](https://docs.does.qa/better-coverage/share-data-with-values.md): Create Values, insert them with $, and pass data between steps and Runs.
- [Choose Flow Branch shapes](https://docs.does.qa/better-coverage/choose-flow-branch-shapes.md): Choose how Flow Branches join and split when one Flow should cover more than one path.
- [Build smoke and regression coverage](https://docs.does.qa/better-coverage/build-smoke-and-regression-coverage.md): Tag Flow Branches and use Run Recipes to run smoke or regression coverage.
- [Run across environments](https://docs.does.qa/better-coverage/run-across-environments.md): Point the same Flows at staging or production with Values, recipes, and tags.
- [Add visual checks](https://docs.does.qa/better-coverage/add-visual-checks.md): Catch visual and layout changes with Vision Test Steps in the Flow Builder.
- [Add accessibility checks](https://docs.does.qa/better-coverage/add-accessibility-checks.md): Add Axe, Pa11y, Lighthouse Accessibility, and computed role or label Checks.
- [Test page performance](https://docs.does.qa/better-coverage/test-page-performance.md): Assert a Lighthouse performance score on a page in your Flow.
- [Test SEO](https://docs.does.qa/better-coverage/test-seo.md): Assert a Lighthouse SEO score on a page in your Flow.
- [Check links](https://docs.does.qa/better-coverage/check-links.md): Find broken or failing links on a page or inside an Element.
