# exec

## Usage

```bash
bdy visual exec [options] <command>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `command` | Test runner command (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `--skipDiscovery` | Skip resource discovery |
| `--oneByOne` | Send snapshots one by one |
| `--parallel` | Send parts of session from different processes |
| `-h, --help` | display help for command |


---
Original source: https://buddy.works/docs/cli/visual/exec