# `integration_tests`

Run integration tests against the step functions.

## Quickstart

### Install [uv](https://docs.astral.sh/uv/)/Dependencies
```shell
pip install uv
make pip_dev
```

### Copy Env

```shell
cp .env.shadow .env
```

### Permissions

Use [`awsume`](https://awsu.me/) to configure your AWS permissions for the production environment. You can find more
information about this on Notion [here](https://www.notion.so/AWS-Access-f841b9dd815d4443a80e96a86c92cd2f#5618a9119254428e9baeada414767e85).

```shell
awsume prod
```

### Local

```shell
make test_integration
```

### Docker

```shell
make docker_test_integration
```
