This way of doing fixtures allows us to set up multiple scenarios for different inputs to our tests.

```
./fixtures/${scenarioName}/ ... files and folders for the scenario ...
```

