Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/guides/guides/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ cypress run --env flags='{"feature-a":true,"feature-b":false}'

### `cypress run --group <name>`

{% 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
Expand Down