# upload

## Usage

```bash
bdy tests upload [options] <glob>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `glob` | Glob for reports (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `--format <format>` | Format of the reports (choices: "junit-xml") |
| `--dryRun` | Run command without uploading reports |
| `-h, --help` | display help for command |


---
Original source: https://buddy.works/docs/cli/tests/upload