# test

`speakeasy test`  

For each workflow target, starts the mock API server and runs testing.  

## Usage

```
speakeasy test [flags]
```

### Options

```
      --disable-mockserver   Skips starting the target testing mock API server before running tests.
  -h, --help                 help for test
  -t, --target string        Specify a single workflow target to run testing. Defaults to all targets. Use 'all' to explicitly run all targets.
      --verbose              Verbose output.
```

### Options inherited from parent commands

```
      --logLevel string   the log level (available options: [info, warn, error]) (default "info")
```

### Parent Command

* [speakeasy](/docs/speakeasy-reference/cli/getting-started)	 - The Speakeasy CLI tool provides access to the Speakeasy.com platform
