# tuist plugin test

Tests a plugin.

## Arguments

### configuration `Optional`

**Environment variable** `TUIST_PLUGIN_OPTIONS_CONFIGURATION`

Choose configuration (default: debug).

```bash
tuist plugin test --configuration [configuration]
tuist plugin test -c [configuration]
```

### path `Optional`

**Environment variable** `TUIST_PLUGIN_OPTIONS_PATH`

The path to the directory that contains the definition of the plugin.

```bash
tuist plugin test --path [path]
tuist plugin test -p [path]
```

### build-tests `Optional`

**Environment variable** `TUIST_PLUGIN_TEST_BUILD_TESTS`

Build both source and test targets.

```bash
tuist plugin test --build-tests
```

### no-build-tests `Optional`

**Environment variable** `TUIST_PLUGIN_TEST_BUILD_TESTS`

Build both source and test targets.

```bash
tuist plugin test --no-build-tests
```

### test-products `Optional`

**Environment variable** `TUIST_PLUGIN_TEST_TEST_PRODUCTS`

Test the specified products.

```bash
tuist plugin test --test-products [test-products]
```
