diff --git a/source/guides/guides/command-line.md b/source/guides/guides/command-line.md index 48036d1a04..0ecbfa0fdc 100644 --- a/source/guides/guides/command-line.md +++ b/source/guides/guides/command-line.md @@ -156,7 +156,7 @@ cypress run --env flags='{"feature-a":true,"feature-b":false}' ### `cypress run --group ` -{% url "Group recorded tests together" parallelization#Grouping-test-runs %} under a single run. +Group recorded tests together under a single run. ```shell cypress run --group develop-env