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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,19 +212,19 @@ ddev restart
Run Cypress tests interactively:

```shell
ddev cypress open
ddev xb-cypress open
```

Run them headlessly:

```shell
ddev cypress run
ddev xb-cypress run
```

Run component/unit tests:

```shell
ddev cypress component
ddev xb-cypress component
```

## Support & community
Expand Down