> ## Documentation Index
> Fetch the complete documentation index at: https://bazel-pr-30827.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ExecutionInfo {#modules.ExecutionInfo}

Use this provider to specify special environment requirements needed to run tests.

## Members

* [ExecutionInfo](#ExecutionInfo)
* [exec\_group](#exec_group)
* [requirements](#requirements)

<h2 id="ExecutionInfo">
  ExecutionInfo
</h2>

```
ExecutionInfo ExecutionInfo(requirements={}, exec_group='test')
```

Creates an instance.

### Parameters

| Parameter      | Description                                                                                                          |
| -------------- | -------------------------------------------------------------------------------------------------------------------- |
| `requirements` | [dict](../core/dict); default is `{}`  A dict indicating special execution requirements, such as hardware platforms. |
| `exec_group`   | [string](../core/string); default is `'test'`  The name of the exec group that is used to execute the test.          |

<h2 id="exec_group">
  exec\_group
</h2>

```
string ExecutionInfo.exec_group
```

The name of the exec group that is used to execute the test.

<h2 id="requirements">
  requirements
</h2>

```
dict ExecutionInfo.requirements
```

A dict indicating special execution requirements, such as hardware platforms.
