---
title: JBehave configuration
description: Configuration for Allure JBehave integration | Change allure-results directory
---

# Allure JBehave configuration

To specify the directory where [Allure JBehave](/docs/jbehave/) will save the test results, create a `allure.properties` file in your project's `src/test/resources` directory and set the `allure.results.directory` property in it.

When not set, the property defaults to `allure-results`.

```properties
allure.results.directory = build/allure-results
```
